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

This PR: - add multi-process mode for android (all hail to this [PR](https://github.com/mrousavy/react-native-mmkv/pull/611)). - add option to disable multi-process for iOS if `AppGroup` is present in bundle. Needed for [this](https://github.com/mrousavy/react-native-mmkv/issues/627)....

Bumps com.android.tools.build:gradle from 7.2.1 to 8.3.2. [![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.3.2)](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

I'm using 'react-native-mmkv' and 'redux-persist', when closing the app and reopening it the data is still there, but when the app is uninstalled and reinstalled the data is lost! I...

Bumps com.android.tools.build:gradle from 7.2.1 to 8.4.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.4.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

Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.12.0. Release notes Sourced from jidicula/clang-format-action's releases. v4.12.0 What's Changed Big change is adding clang-format-17 and clang-format-18! Here's the full changelog (mostly dependabot updates): fix:...

dependencies

Bumps com.android.tools.build:gradle from 7.2.1 to 8.4.1. [![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.4.1)](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

## Description: Currently, there's no straightforward way to check if an MMKV instance with a specific ID already exists. This functionality would be useful for managing multiple MMKV instances and...

Bumps com.android.tools.build:gradle from 7.2.1 to 8.5.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.5.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

Hi @mrousavy we are a native android app using react native mmkv for our react native apps, we don't want them to misuse this library, is there a way to...

I encountered this issue on my MacOS Sequoia 15.0 (Beta) with new architect enabled react native expo 51.0.31 ``` Compiling react-native-mmkv Pods/react-native-mmkv » NativeMmkvModule.cpp ❌ (node_modules/react-native-mmkv/cpp/NativeMmkvModule.h:24:83) 22 | // The...