mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Build RN Tester with fabric enabled in sandcastle
Summary: This diff extends test-react-native-oss-android-legocastle to test the build of RNTester with fabric enabled in Sandcastle changelog: [internal] internal Reviewed By: fkgozali Differential Revision: D23141524 fbshipit-source-id: 396dae1c0a23ce03db1053de1627eacb09a6df94
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e4cfbbad6d
commit
0e442d1c02
@@ -269,6 +269,10 @@ public abstract class ViewManager<T extends View, C extends ReactShadowNode>
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a {@link Map<String, String>} representing the native props of the view manager. The
|
||||
* Map contains the names (key) and types (value) of the ViewManager's props.
|
||||
*/
|
||||
public Map<String, String> getNativeProps() {
|
||||
return ViewManagerPropertyUpdater.getNativeProps(getClass(), getShadowNodeClass());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user