We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1884102 commit db64080Copy full SHA for db64080
docs/new-architecture-app-modules-android.md
@@ -367,6 +367,7 @@ public class MyApplication extends Application implements ReactApplication {
367
368
```kotlin
369
class MyApplication() : Application(), ReactApplication {
370
+
371
private val reactNativeHost: ReactNativeHost =
372
object : ReactNativeHost(this) {
373
override fun getUseDeveloperSupport(): Boolean {
@@ -592,6 +593,7 @@ public class MyApplication extends Application implements ReactApplication {
592
593
594
595
class MyApplication : Application(), ReactApplication {
596
597
override fun onCreate() {
598
ReactFeatureFlags.useTurboModules = true
599
// ...
0 commit comments