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:
David Vacca
2020-08-17 16:40:00 -07:00
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());
}