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

This crash happen when I update my project from RN 0.67.4 to RN 0.68.1. Ios runs fine. Only Hermes is enable for the project. Below is the error log from...

Bumps [@types/react-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-native) from 0.65.5 to 0.67.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-native&package-manager=npm_and_yarn&previous-version=0.65.5&new-version=0.67.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.27 to 18.0.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.27&new-version=18.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [react-native](https://github.com/facebook/react-native) from 0.66.0 to 0.68.1. Release notes Sourced from react-native's releases. 0.68.1 Changed Android specific Bump React Native Gradle plugin to 0.0.6 (9573d7b84d by @​cortinico) Don't require yarn for...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.33.0 to 5.20.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.20.0 5.20.0 (2022-04-18) Features eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#4789) (5e79451) v5.19.0 5.19.0 (2022-04-11) Bug Fixes eslint-plugin: update code...

dependencies
javascript

Hi, is there a way or provided way to easily mock this great library? would be great if we can provide mocks directly from the library similar way to how...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.6.3. Release notes Sourced from typescript's releases. TypeScript 4.6.3 This release includes fixes for an incremental parsing bug caused by faulty error recovery logic improved...

dependencies
javascript

How is this library different from another mmkv react-native library? https://github.com/ammarahm-ed/react-native-mmkv-storage

Lately, I have switched from AsyncStorage to MMKV in on of the macOS test projects, and I would like to utilize the `path` config, but it looks like that, when...

Would be nice to have support for [react-native-windows](https://github.com/microsoft/react-native-windows). I've already started working on this at the [`support-windows` branch](https://github.com/mrousavy/react-native-mmkv/tree/windows-support), but hit a roadblock because I couldn't add the `MMKV/Core/core.vcxproj` to my...

enhancement
help wanted