React Activity Delegate
Delegate class for ReactActivity. You can subclass this to provide custom implementations for e.g. getReactNativeHost, if your Application class doesn't implement .
Inheritors
Functions
Link copied to clipboard
Get the current ReactContext from ReactHost or ReactInstanceManager Do not store a reference to this, if the React instance is reloaded or destroyed, this context will no longer be valid.
Link copied to clipboard
Link copied to clipboard
Get the ReactHost used by this app with Bridgeless enabled.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun requestPermissions(permissions: Array<String>, requestCode: Int, listener: PermissionListener)
Link copied to clipboard
Link copied to clipboard