mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-18 12:12:15 +08:00
Add support for custom AndroidViews
Reviewed By: ahmedre Differential Revision: D2751716 fb-gh-sync-id: 3007cc1eb0303bb2e9eab84836b486e1c2e21021
This commit is contained in:
committed by
facebook-github-bot-5
parent
edc318fcb9
commit
1fabd86048
@@ -256,7 +256,7 @@ public class ReactShadowNode extends CSSNode {
|
||||
return Assertions.assertNotNull(mThemedContext);
|
||||
}
|
||||
|
||||
protected void setThemedContext(ThemedReactContext themedContext) {
|
||||
public void setThemedContext(ThemedReactContext themedContext) {
|
||||
mThemedContext = themedContext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user