Skip to content

Commit c57ea06

Browse files
authored
Update SETUP.md
1 parent fb77143 commit c57ea06

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

SETUP.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ pod install
1313

1414
Since pure JSI Modules cannot be autolinked yet, you have to manually initialize them.
1515

16-
### Without react-native-mmkv (or other JSI libs)
16+
<details>
17+
<summary>
18+
<b>Without react-native-mmkv (or other JSI libs)</b>
19+
</summary>
20+
<br />
1721

1822
1. Open your app's `MainApplication.java`
1923
2. Add the following code:
@@ -66,7 +70,15 @@ Since pure JSI Modules cannot be autolinked yet, you have to manually initialize
6670
};
6771
```
6872

69-
### With react-native-mmkv (or other JSI libs)
73+
</details>
74+
75+
76+
77+
<details>
78+
<summary>
79+
<b>With react-native-mmkv (or other JSI libs)</b>
80+
</summary>
81+
<br />
7082

7183
1. Open your project in Android Studio
7284
2. Open the folder where `MainApplication.java` lives (`src/main/java/...`)
@@ -147,3 +159,5 @@ Since pure JSI Modules cannot be autolinked yet, you have to manually initialize
147159
+ }
148160
};
149161
```
162+
163+
</details>

0 commit comments

Comments
 (0)