public interface ReactPackage
TODO(6788500, 6788507): Implement support for adding custom views, events and resources
Modifier and Type | Method and Description |
---|---|
java.util.List<NativeModule> |
createNativeModules(ReactApplicationContext reactContext) |
java.util.List<ViewManager> |
createViewManagers(ReactApplicationContext reactContext) |
java.util.List<NativeModule> createNativeModules(ReactApplicationContext reactContext)
reactContext
- react application context that can be used to create modulesjava.util.List<ViewManager> createViewManagers(ReactApplicationContext reactContext)
UIManagerModule