react-native-mmkv
react-native-mmkv copied to clipboard
⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
Hello, not sure what's up but I'm suddenly running into this error w/o any local changes: ``` /client/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:39: error: package com.reactnativemmkv does not exist import com.reactnativemmkv.MmkvPackage; ^ /client/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:115: error: cannot...
Hi, My app runs on android, ios and web platforms. On android and ios the problem does not occur. In storage.ts I create ``` export const storage = new MMKV()...
`FAILURE: Build failed with an exception. * Where: Build file 'E:\yp_rn_app\node_modules\react-native-mmkv\android\build.gradle' line: 163 * What went wrong: A problem occurred evaluating project ':react-native-mmkv'. > Expected directory 'E:\yp_rn_app\node_modules\react-native\android' to contain exactly...
Hello, I have a warning message on Android Studio that says this: Title: "C/C++ Configuration Problem" Contents: Lots of text, but one line that mentions an error: `C:\Projects\my-project\node_modules\react-native-mmkv\android\src\main\cpp\cpp-adapter.cpp:2:10: fatal error:...
When using latest RC 6 the project fails to compile with: ``` FAILURE: Build failed with an exception. * Where: Build file '[...]/node_modules/react-native-mmkv/android/build.gradle' line: 163 * What went wrong: A...
Basically I'm storing a lot of local data and my app started getting slow because I'm storing large objects all in one file (the default). So i'd like to keep...
Hi @mrousavy, thanks for making an awesome repo, it really helps and is easy to understand. Just wanna contribute a bit to adding app-group options for IOS. App group used...
I'd like to use MMKV to share data between the React Native app and a native iOS app extension. MMKV docs say "When using MMKV in AppExtension or WatchExtension, you...
Hi, Thank you for this wonderful library. Is it possible to call read/write functions from native code? Sorry for asking questions that are a bit outside the scope of this...
I'm running some analysis on my business' application and came through this data from xCodes Instrument on Memory Leak analyzer mode: It seems like there's a memory leak with mmkv's...