react-native-mmkv-storage icon indicating copy to clipboard operation
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

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

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

- Without test it is difficult to understand what code actually do - It is easy to contribute when tests added in project

WIP

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

It seems like the callback argument from TS code is completely ignored for the synchronous setString API. https://github.com/ammarahm-ed/react-native-mmkv-storage/blob/fb0f3224aaba77e0c3fbef1f1e4b3142bd42ebb6/index.d.ts#L197-L208 https://github.com/ammarahm-ed/react-native-mmkv-storage/blob/fb0f3224aaba77e0c3fbef1f1e4b3142bd42ebb6/src/api.js#L91-L93

Wanted to check how can I access the default storage instance to be read/write from the native Android/iOS code. This is required because I am working on a brownfield app...

Can we add parameter to change default path/dir mmkv file storage please?

**Describe the bug** I'm facing a problem with redux-persist that can cause a memory and storage leak Every time a new redux-persist version is created a new key:value pair is...

**Describe the bug** Jest test failed when initializing an instance. Application working fine except jest scenario. **To Reproduce** Steps to reproduce the behavior: 1. Integrate with Mobx state tree 2....