public abstract class LazyReactPackage extends java.lang.Object implements ReactPackage
Constructor and Description |
---|
LazyReactPackage() |
Modifier and Type | Method and Description |
---|---|
java.util.List<NativeModule> |
createNativeModules(ReactApplicationContext reactContext) |
abstract java.util.List<ModuleSpec> |
getNativeModules(ReactApplicationContext reactContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createJSModules, createViewManagers
public abstract java.util.List<ModuleSpec> getNativeModules(ReactApplicationContext reactContext)
reactContext
- react application context that can be used to create modulespublic final java.util.List<NativeModule> createNativeModules(ReactApplicationContext reactContext)
createNativeModules
in interface ReactPackage
reactContext
- react application context that can be used to create modules