react-native-mmkv icon indicating copy to clipboard operation
react-native-mmkv copied to clipboard

⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!

Results 98 react-native-mmkv issues
Sort by recently updated
recently updated
newest added

@mrousavy wanna ask, does this library support [Recover from data corruption ](https://github.com/Tencent/MMKV/wiki/android_advance#recover-from-data-corruption)? I think this feature is quite important.

I am getting this error when using `useMMKVObject` hook within our own custom hook wrapper. While this issue is related to redux it is being initiated by the `set` call...

The library is great but one crucial issue doesn't give me chance to use it. And it grows by stop 64Mb, 128Mb etc. If I use slow FS storage, the...

Thanks a lot for creating this super-fast storage library. I was exploring encryption with MMKV and have some doubts, would be really grateful if you can help me with the...

## Description I have a simple project which is working. After I add react-native-mmkv this problem arises. Android build completes successfully, but in bundle time I get this error: Error:...

``` > Configure project :react-native-mmkv MMKV: node_modules/ found at: /Users/zalabany/***/node_modules WARNING:DSL element 'dexOptions' is obsolete and should be removed. It will be removed in version 8.0 of the Android Gradle...

Hello, thanks for your great package, there is an annoying bug which this package gets re compiled on android after any yarn | npx install. may be because of node_modules...

* What went wrong: A problem occurred configuring project ':react-native-mmkv'. > org.gradle.api.InvalidUserDataException: NDK not configured. Download it with SDK manager. Preferred NDK version is '21.4.7075529'. * Try: Run with --stacktrace...

Hello, my project uses api level 31 with rn version 0.67.4 ``` ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31 ndkVersion = "22.1.7171670" }...

After upgrading from 0.68.1 to react-native 0.69.1 I am getting the following error after trying to build on android. Hermes is enabled ``` > Configure project :react-native-mmkv MMKV: node_modules/ found...