DefaultReactActivityDelegate

constructor(activity: ReactActivity, mainComponentName: String, fabricEnabled: Boolean = false)

Parameters

fabricEnabled

Whether Fabric should be enabled for the RootView of this Activity.


constructor(activity: ReactActivity, mainComponentName: String, fabricEnabled: Boolean, concurrentReactEnabled: Boolean)

Deprecated

Creating DefaultReactActivityDelegate with both fabricEnabled and concurrentReactEnabled is deprecated. Please pass only one boolean value that will be used for both flags

Replace with

DefaultReactActivityDelegate(activity, mainComponentName, fabricEnabled)