We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8759227 + bf03793 commit 310f1e9Copy full SHA for 310f1e9
docs/creatinginstance.md
@@ -33,9 +33,9 @@ const MMKVwithID = new MMKVStorage.Loader()
33
34
// Then make are read/write requests
35
36
-await MMKV.setStringAsync("string", "string");
+await MMKVwithID.setStringAsync("string", "string");
37
38
-let string = await MMKV.getStringAsync("string");
+let string = await MMKVwithID.getStringAsync("string");
39
```
40
41
## MMKV Instance with Encryption
0 commit comments