mmkv bug fix

This commit is contained in:
Samandar Turgunboyev
2025-12-11 15:49:53 +05:00
parent c426b729b9
commit fcd704b258
9 changed files with 194 additions and 195 deletions

13
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.5.1",
"react-native-mask-input": "^1.2.3",
"react-native-mmkv": "^4.0.1",
"react-native-mmkv": "^2.2.4",
"react-native-modal": "^14.0.0-rc.1",
"react-native-nitro-modules": "^0.31.10",
"react-native-push-notification": "^8.1.1",
@@ -13146,14 +13146,13 @@
}
},
"node_modules/react-native-mmkv": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-4.0.1.tgz",
"integrity": "sha512-0JjO0U33b2hngFACsGwxoMCOZlCChP6R42aqvU85kXBaxY/kltSYr0FW9T6lkU3uEkE4IWMV1eLjoJplEY920w==",
"license": "MIT",
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-2.12.2.tgz",
"integrity": "sha512-6058Aq0p57chPrUutLGe9fYoiDVDNMU2PKV+lLFUJ3GhoHvUrLdsS1PDSCLr00yqzL4WJQ7TTzH+V8cpyrNcfg==",
"license": "(MIT AND BSD-3-Clause)",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-nitro-modules": "*"
"react-native": ">=0.71.0"
}
},
"node_modules/react-native-modal": {