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, getViewManagerspublic ReactNativeCorePackage(ReactInstanceManager reactInstanceManager, UIImplementationProvider uiImplementationProvider, boolean lazyViewManagersEnabled)
public java.util.List<ModuleSpec> getNativeModules(ReactApplicationContext reactContext)
getNativeModules in class LazyReactPackagereactContext - react application context that can be used to create modulespublic ReactModuleInfoProvider getReactModuleInfoProvider()
getReactModuleInfoProvider in class LazyReactPackage