File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ class AppDelegate: RCTAppDelegate {
240240Edit your ` android/app/src/main/java/com/yourapp/MainActivity.kt ` file:
241241
242242<details open >
243- <summary >Without react-native-screens</summary >
243+ <summary >< strong > Without react-native-screens</ strong > </summary >
244244
245245``` kotlin
246246// ⬇️ add these required imports
@@ -263,7 +263,7 @@ class MainActivity : ReactActivity() {
263263</details >
264264
265265<details >
266- <summary >With react-native-screens >= v4.16.0</summary >
266+ <summary >< strong > With react-native-screens >= v4.16.0</ strong > </summary >
267267
268268``` kotlin
269269// ⬇️ add these required imports
@@ -288,7 +288,7 @@ class MainActivity : ReactActivity() {
288288</details >
289289
290290<details >
291- <summary >With react-native-screens < v4.16.0</summary >
291+ <summary >< strong > With react-native-screens < v4.16.0</ strong > </summary >
292292
293293``` kotlin
294294// ⬇️ add these required imports
You can’t perform that action at this time.
0 commit comments