startReactApplication

open fun startReactApplication(reactInstanceManager: ReactInstanceManager, moduleName: String)

{@see #startReactApplication(ReactInstanceManager, String, android.os.Bundle)}


open fun startReactApplication(reactInstanceManager: ReactInstanceManager, moduleName: String, @Nullable initialProperties: Bundle)

Schedule rendering of the react component rendered by the JS application from the given JS module (@{param moduleName}) using provided {@param reactInstanceManager} to attach to the JS context of that manager. Extra parameter {@param initialProperties} can be used to pass initial properties for the react component.