Cxx Module Wrapper Base
A Java Object which represents a cross-platform C++ module
This module implements the NativeModule interface but will never be invoked from Java, instead the underlying Cxx module will be extracted by the bridge and called directly.
Inheritors
Functions
Return true if you intend to override some other native module that was registered e.g. as part of a different package (such as the core one). Trying to override without returning true from this method is considered an error and will throw an exception during initialization. By default all modules return false.
This method is called after ReactApplicationContext has been created.
Allow NativeModule to clean up. Called before React Native instance is destroyed.
Allow NativeModule to clean up. Called before {CatalystInstance#onHostDestroy}