-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
public abstract class ReactContextBaseJavaModule extends BaseJavaModule
Base class for Catalyst native modules that require access to the ReactContext instance.
-
-
Constructor Summary
Constructors Constructor Description ReactContextBaseJavaModule()
ReactContextBaseJavaModule(ReactApplicationContext reactContext)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.facebook.react.bridge.BaseJavaModule
canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
-
Methods inherited from class com.facebook.react.bridge.NativeModule
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ReactContextBaseJavaModule
ReactContextBaseJavaModule()
-
ReactContextBaseJavaModule
ReactContextBaseJavaModule(ReactApplicationContext reactContext)
-
-
-
-