File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ npx pod-install ios
70
70
```
71
71
72
72
` react-native-screens ` package requires one additional configuration step to properly
73
- work on Android devices. Edit ` MainActivity.kt ` file which is located in ` android/app/src/main/java/<your package name>/MainActivity.kt ` .
73
+ work on Android devices. Edit ` MainActivity.kt ` or ` MainActivity.java ` file which is located under ` android/app/src/main/java/<your package name>/ ` .
74
74
75
75
Add the highlighted code to the body of ` MainActivity ` class:
76
76
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ npx pod-install ios
70
70
```
71
71
72
72
` react-native-screens ` package requires one additional configuration step to properly
73
- work on Android devices. Edit ` MainActivity.kt ` file which is located in ` android/app/src/main/java/<your package name>/MainActivity.kt ` .
73
+ work on Android devices. Edit ` MainActivity.kt ` or ` MainActivity.java ` file which is located under ` android/app/src/main/java/<your package name>/ ` .
74
74
75
75
Add the highlighted code to the body of ` MainActivity ` class:
76
76
You can’t perform that action at this time.
0 commit comments