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

when used in a project that also uses `react-native-quick-crypto` this lib causes the compiler to throw duplicate symbol errors, whilst this still compiles successfully, it probably would be best to...

Bumps com.android.tools.build:gradle from 8.2.2 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=8.2.2&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

Added a privacy manifest file to comply with Apple's upcoming [privacy manifest requirements](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files). I based the reason and type off of Apple's docs for [describing use of required reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api)...

im getting error while creatingstorage import { MMKV } from 'react-native-mmkv'; export const storage = new MMKV() None of these files exist: * node_modules/react-native-mmkv/lib/module/createMMKV.mock(.native|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx) * node_modules/react-native-mmkv/lib/module/createMMKV.mock/index(.native|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx) 1 | import {...

Hello, We are using MMKV in a react native app and were hoping to share our mmkv stores using AppGroups. After configuring things everything seemed to work fine for a...

+ Bump Gradle to 8.6 + Bump CompileSdk to 34

### Env: - react-native: 0.73.1 - react-native-mmkv: 2.12.2 - react-native-quick-crypto: 0.6.1 ### Stack: ``` Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 0 Thread 0 Crashed:: Dispatch...

The issue I was having that when I was running metro in mock mode. isJest() returned false, so the createMMKV from the regular file was imported, but since I was...

When running detox with metro in mock mode. It should mock the createMMKV call. The check for this is based on a platform checker that checks isJest(). I don't think...

Following part of the code throws this error int8_t CodedInputData::readRawByte() { if (m_position == m_size) { auto msg = "reach end, m_position: " + to_string(m_position) + ", m_size: " +...