|
@@ -9,6 +9,7 @@
|
|
|
"lint": "eslint .",
|
|
|
"start": "react-native start",
|
|
|
"test": "jest",
|
|
|
+ "postinstall": "patch-package",
|
|
|
"build-android-common": "react-native bundle --platform android --dev false --entry-file src/app/app.ts --bundle-output bundle/android/common/common.android.bundle --assets-dest ./bundle/android/common --config metro.common.config.js --minify true --reset-cache",
|
|
|
"build-android-buz": "react-native bundle --platform android --dev false --entry-file src/buz.ts --bundle-output ./bundle/android/buz/buz.android.bundle --assets-dest ./bundle/android/buz --config metro.main.config.js --minify true --reset-cache",
|
|
|
"build-ios-common": "react-native bundle --platform ios --dev false --entry-file src/app/app.ts --bundle-output bundle/ios/common.ios.bundle --assets-dest ./bundle/ios --config metro.common.config.js --minify true --reset-cache",
|
|
@@ -25,22 +26,29 @@
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
|
+ "@react-native-community/hooks": "^100.1.0",
|
|
|
"@react-native/new-app-screen": "0.80.1",
|
|
|
"@react-navigation/native": "^7.1.14",
|
|
|
"@react-navigation/stack": "^7.4.2",
|
|
|
+ "@szyx-mobile/hooks": "^1.2.0",
|
|
|
+ "@szyx-mobile/use-request": "^1.2.3",
|
|
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
|
+ "patch-package": "^8.0.0",
|
|
|
"react": "19.1.0",
|
|
|
"react-native": "0.80.1",
|
|
|
"react-native-bundle-splitter": "^3.0.1",
|
|
|
"react-native-copilot": "^3.3.3",
|
|
|
"react-native-device-info": "^14.0.4",
|
|
|
+ "react-native-exit-app": "^2.0.0",
|
|
|
"react-native-fs": "^2.20.0",
|
|
|
"react-native-gesture-handler": "^2.27.2",
|
|
|
+ "react-native-linear-gradient": "^2.8.3",
|
|
|
"react-native-root-siblings": "^5.0.1",
|
|
|
"react-native-safe-area-context": "^5.5.2",
|
|
|
"react-native-spinkit": "^1.5.1",
|
|
|
"react-native-storage": "^1.0.1",
|
|
|
"react-native-toast-message": "^2.3.3",
|
|
|
+ "react-native-webview": "^13.16.0",
|
|
|
"react-native-zip-archive": "^7.0.2"
|
|
|
},
|
|
|
"devDependencies": {
|