LazyReactPackage

Deprecated

Since version This class is deprecated, please use BaseReactPackage instead.

React package supporting lazy creation of native modules.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getModule(name: String, reactContext: ReactApplicationContext): NativeModule

Given a module name, it returns an instance of NativeModule for the name

Link copied to clipboard