react-native-mmkv-storage
react-native-mmkv-storage copied to clipboard
An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
I have some ideas on how we can make the library even better. ## v0.7.0 (Released) - [x] Migrate to typescript - [x] Optionally persist default values in hooks -...
I am working on an app where I am calling setString and setObject one after another. It seems that at times it misses a couple calls. I setup Flipper to...
I did exactly how you mentioned in the docs but still getting this error: "MMKVNative bindings not installed" here is my code ``` import { MMKVLoader, useMMKVStorage } from "react-native-mmkv-storage";...
I can't seem to figure out the best way to access my mmkv instance from other screens and files in my app? Do I use context? What's recommend way to...
**Describe the bug** App Crash **To Reproduce** Steps to reproduce the behavior: Random, Steps not replicable **Expected behavior** App should not crash **Screenshots** No screen shot available **Platform Information:** -...
When I added this library to my project, I can't built it, due below error: ``` Undefined symbols for architecture x86_64: "facebook::jsi::Value::Value(facebook::jsi::Runtime&, facebook::jsi::Value const&)", referenced from: facebook::jsi::detail::toValue(facebook::jsi::Runtime&, facebook::jsi::Value const&) in...
**Describe the bug** Either getting or setting in storage with encryption is failing. For context, this is the wrapper around the library: ``` import { MMKVLoader } from 'react-native-mmkv-storage'; const...
**Describe the bug** I am not able to build my app anymore on IOS. When running the project Xcode fails on step `Linking react_native_mmkv_storage` with error: ```bash ❌ Undefined symbols...
**Describe the bug** Loading an existing storage instance using a custom encryption key causes the app to crash if secure storage is not used. **To Reproduce** Use the following code:...