public class ReactNativeCorePackage extends LazyReactPackage
Constructor and Description |
---|
ReactNativeCorePackage(ReactInstanceManager reactInstanceManager,
UIImplementationProvider uiImplementationProvider,
boolean lazyViewManagersEnabled) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleSpec> |
getNativeModules(ReactApplicationContext reactContext) |
ReactModuleInfoProvider |
getReactModuleInfoProvider() |
createNativeModules, createViewManagers, getReactModuleInfoProviderViaReflection, getViewManagers
public ReactNativeCorePackage(ReactInstanceManager reactInstanceManager, UIImplementationProvider uiImplementationProvider, boolean lazyViewManagersEnabled)
public java.util.List<ModuleSpec> getNativeModules(ReactApplicationContext reactContext)
getNativeModules
in class LazyReactPackage
reactContext
- react application context that can be used to create modulespublic ReactModuleInfoProvider getReactModuleInfoProvider()
getReactModuleInfoProvider
in class LazyReactPackage