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
13
13
14
14
Since pure JSI Modules cannot be autolinked yet, you have to manually initialize them.
15
15
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 />
17
21
18
22
1 . Open your app's ` MainApplication.java `
19
23
2 . Add the following code:
@@ -66,7 +70,15 @@ Since pure JSI Modules cannot be autolinked yet, you have to manually initialize
66
70
};
67
71
```
68
72
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 />
70
82
71
83
1 . Open your project in Android Studio
72
84
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
147
159
+ }
148
160
};
149
161
```
162
+
163
+ </details >
You can’t perform that action at this time.
0 commit comments