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 116 react-native-mmkv issues
Sort by recently updated
recently updated
newest added

The string_format method seems like an anti-pattern... Is is possible to move all formatting to platform log implementations, which skip the string format overhead when not in use?

related enhancement https://github.com/mrousavy/react-native-mmkv/issues/615

Version: 3.0.2 OS: Android 14 Using new architecture ``` Error: Value is a number, expected a String ``` when using ```js import { MMKV, Mode } from "react-native-mmkv"; const database...

Bumps com.android.tools.build:gradle from 7.2.1 to 8.7.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.2.1&new-version=8.7.0)](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 it yourself. You can also trigger a...

dependencies

Hello Thank you for taking care of this lib We're using an *encrypted* storage on both iOS and android through expo. We store a serialized store in a key and...

## Description Hey 👋 first of all, thanks for your lib Mark :) Here's a small PR where the mock and native file module are required inline. Otherwise, if run...