Skip to content

Commit a95d853

Browse files
committed
docs: update doc for RN 0.80
1 parent 77f999b commit a95d853

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/setup-android.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262

6363
3. If you use New Architecture, make sure to have bridgeless mode enabled:
6464

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:**
6574
```kotlin
6675
override fun onCreate() {
6776
super.onCreate()

0 commit comments

Comments
 (0)