NTP-47546 | Code Push Changes | Yash (#1121)

Co-authored-by: Aman Singh <aman.singh@navi.com>
This commit is contained in:
Mantri Ramkishor
2025-04-09 15:52:15 +05:30
committed by GitHub
parent b5189f13f7
commit 6971771053
18 changed files with 488 additions and 110 deletions

View File

@@ -35,7 +35,9 @@
"copy-field-assets": "cp buildFlavor/field/buildNumber.txt ./ && cp buildFlavor/field/buildVersion.txt ./ ",
"prepare-tele-build": "yarn copy-tele-assets && chmod +x ./scripts/buildScript.sh && ./scripts/buildScript.sh",
"prepare-field-build": "yarn copy-field-assets && chmod +x ./scripts/buildScript.sh && ./scripts/buildScript.sh",
"prepare-codepush-field-build": "ls && yarn copy-field-assets && chmod +x ./scripts/codepushBuildScript.sh && ./scripts/codepushBuildScript.sh"
"prepare-codepush-field-build": "ls && yarn copy-field-assets && chmod +x ./scripts/codepushBuildScript.sh && ./scripts/codepushBuildScript.sh",
"prepare-codepush-tele-build": "ls && yarn copy-tele-assets && chmod +x ./scripts/codepushBuildScript.sh && ./scripts/codepushBuildScript.sh",
"export-android": "mkdir -p android/output && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/output/index.android.bundle --assets-dest android/output && cd android && find output -type f | zip index.android.bundle.zip -@ && cd .. && rm -rf android/output"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.5",
@@ -89,11 +91,13 @@
"react-native-gzip": "1.0.0",
"react-native-image-picker": "4.10.2",
"react-native-mmkv": "2.11.0",
"react-native-ota-hot-update": "2.1.5",
"react-native-pager-view": "6.1.2",
"react-native-pdf-renderer": "1.1.1",
"react-native-permissions": "3.6.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-quick-base64": "2.1.2",
"react-native-reanimated": "3.6.3",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.18.2",
"react-native-svg": "^13.9.0",
@@ -103,8 +107,7 @@
"react-native-webview": "13.12.1",
"react-redux": "8.0.5",
"redux": "4.2.0",
"redux-persist": "6.0.0",
"react-native-reanimated": "3.6.3"
"redux-persist": "6.0.0"
},
"devDependencies": {
"@babel/core": "7.25.2",