mmkv added

This commit is contained in:
Samandar Turgunboyev
2025-12-04 15:39:48 +05:00
parent 684d09e6b5
commit 87bd8cdea6
15 changed files with 1470 additions and 1450 deletions

View File

@@ -9,7 +9,7 @@
"start": "react-native start",
"test": "jest",
"pod-install": "cd ios && NO_FLIPPER=1 pod install",
"build-debug": "cd android && gradlew clean && cd .. && npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && gradlew assembleDebug",
"build-debug": "cd android && gradlew clean && cd .. && npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && gradlew assembleDebug",
"build-release": "cd android && gradlew clean && gradlew bundleRelease"
},
"dependencies": {
@@ -22,6 +22,7 @@
"@react-navigation/native-stack": "^7.3.25",
"@tanstack/react-query": "^5.84.2",
"axios": "^1.11.0",
"events": "^3.3.0",
"i18next": "^25.3.2",
"lottie-react-native": "^7.3.0",
"react": "19.1.0",
@@ -41,7 +42,9 @@
"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-modal": "^14.0.0-rc.1",
"react-native-nitro-modules": "^0.31.10",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^4.0.2",
"react-native-safe-area-context": "^5.6.0",