UNPKG

react-native-mmkv-storage

Version:

This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion

11 lines 285 B
/** * Check if functions installed from JSI are present in global object. */ export declare function isLoaded(): boolean; /** * Install bindings lazily. * * Note: You don't need to call this normally. */ export declare function init(): boolean; //# sourceMappingURL=init.d.ts.map