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
Hello, I'm facing this issue with your library, any plans to implement the fix also to this lib: https://github.com/mrousavy/react-native-mmkv/issues/576
Hi guys, I notice that some chunks in the code in iOS (like MMKV.h) is using NSCoding protocol Can we have support for NSSecureCoding? According to apple: "NSSecureCoding is a...
Can we have this fix in version 8.x _Originally posted by @vaibhav-toddleapp in https://github.com/ammarahm-ed/react-native-mmkv-storage/issues/302#issuecomment-1729120730_
when time project start, gaven me this error. E/AndroidRuntime: FATAL EXCEPTION: create_react_context Process: com.belbim.istanbulkart, PID: 10749 java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~04_UHAdmewCOIWkHaLNS_w==/com.belbim.istanbulkart-dSqzWRhmmJtze20iplwLjA==/base.apk!/lib/arm64-v8a/librnmmkv.so"... at java.lang.Runtime.loadLibrary0(Runtime.java:1082) at java.lang.Runtime.loadLibrary0(Runtime.java:1003)...
**Describe the bug** App gets crash as soon as app is launched **To Reproduce** Steps to reproduce the behavior: 1. Install react-native-mmkv-storage 0.8.0 2. Run App using react-native run-android 3....
**Describe the bug** Just giving a copy and paste in the code in the cods using the hook useMMKVStorage() 1° - const MMKV: MMKVStorage.API = new MMKVLoader().initialize() TS say: 'MMKVStorage'...
**Describe the bug** On this package version 0.8.0 (I am upgrading from 0.6.6 due to new RN) I get a bunch of typescript errors, probably due to my TS being...
Removes [hermes-engine](https://github.com/facebook/hermes). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `hermes-engine` Updates `react-native` from 0.66.4 to 0.71.0 Release notes Sourced from...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...