Skip to content

Commit 7b5c302

Browse files
authored
Apply suggestions from code review
1 parent bf4b5a2 commit 7b5c302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-6.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ npx pod-install ios
7070
```
7171

7272
`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>/`.
7474

7575
Add the highlighted code to the body of `MainActivity` class:
7676

versioned_docs/version-7.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ npx pod-install ios
7070
```
7171

7272
`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>/`.
7474

7575
Add the highlighted code to the body of `MainActivity` class:
7676

0 commit comments

Comments
 (0)