React Delegate
constructor(activity: Activity, reactHost: ReactHost, @Nullable appKey: String, @Nullable launchOptions: Bundle)
constructor(activity: Activity, reactNativeHost: ReactNativeHost, @Nullable appKey: String, @Nullable launchOptions: Bundle, fabricEnabled: Boolean)
constructor(activity: Activity, reactNativeHost: ReactNativeHost, @Nullable appKey: String, @Nullable launchOptions: Bundle)
Deprecated
Do not use this constructor as it's not accounting for New Architecture at all. You should either use ReactDelegate if you're on bridgeless mode or ReactDelegate and use the last parameter to toggle paper/fabric.
Deprecated
Use one of the other constructors instead to account for New Architecture.