Skip to content

Commit 57d2238

Browse files
committed
Use strong
1 parent f5b5006 commit 57d2238

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class AppDelegate: RCTAppDelegate {
240240
Edit 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

0 commit comments

Comments
 (0)