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 77f999b commit a95d853Copy full SHA for a95d853
docs/setup-android.md
@@ -62,6 +62,15 @@
62
63
3. If you use New Architecture, make sure to have bridgeless mode enabled:
64
65
+ **For React Native 0.80+:**
66
+ ```kotlin
67
+ override fun onCreate() {
68
+ super.onCreate()
69
+ loadReactNative(this)
70
+ }
71
+ ```
72
+
73
+ **For React Native < 0.80:**
74
```kotlin
75
override fun onCreate() {
76
super.onCreate()
0 commit comments