File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ pod install
1313
1414Since 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
18221 . Open your app's ` MainApplication.java `
19232 . 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
71831 . Open your project in Android Studio
72842 . 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 >
You can’t perform that action at this time.
0 commit comments