public class NativeModuleRegistryBuilder
extends java.lang.Object
Constructor and Description |
---|
NativeModuleRegistryBuilder(ReactApplicationContext reactApplicationContext,
ReactInstanceManager reactInstanceManager,
boolean lazyNativeModulesEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
addNativeModule(NativeModule nativeModule) |
NativeModuleRegistry |
build() |
void |
processPackage(ReactPackage reactPackage) |
public NativeModuleRegistryBuilder(ReactApplicationContext reactApplicationContext, ReactInstanceManager reactInstanceManager, boolean lazyNativeModulesEnabled)
public void processPackage(ReactPackage reactPackage)
public void addNativeModule(NativeModule nativeModule)
public NativeModuleRegistry build()