react-native-fast-storage
react-native-fast-storage copied to clipboard
A simple, performance oriented key value storage for React Native. Drop in replacement for AsyncStorage
**[ANDROID] Removed setupLibrary (MMKV.initialize method) from React Native logic.** Now you should init MMKV from your own MainActivity file and don't forget to import `implementation 'com.tencent:mmkv-static:1.2.10'` in your app/build.gradle By...
## Problem description: This library has not got typescript definitions, so I am not able to check the types of all functions. ## How to fix it ? Typescript definition...
After successfully linking everything correctly as per the instructions in https://github.com/FidMe/react-native-fast-storage/issues/2 and the new readme, I'm able to create Debug builds of the app which work fine in the Simulator....