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 1b46310 + bedcfa7 commit cb414f0Copy full SHA for cb414f0
docs/loaderclass.md
@@ -14,7 +14,7 @@ const MMKV = new MMKVStorage.Loader();
14
15
## initialize
16
17
-Initialize the MMKV Instance with the selected properties. On promise resolve it will return an MMKV Instance that you can use.
+Initialize the MMKV Instance with the selected properties. Returns an MMKV Instance that you can use.
18
19
```js
20
import MMKVStorage from "react-native-mmkv-storage";
@@ -24,7 +24,7 @@ const MMKV = new MMKVStorage.Loader();
24
MMKV.initialize();
25
```
26
27
-**Returns:** `Promise<API>`
+**Returns:** `API`
28
29
## withInstanceID
30
0 commit comments