|
4 | 4 | "private": true, |
5 | 5 | "main": "expo-router/entry", |
6 | 6 | "scripts": { |
7 | | - "eas-build-pre-install": "./source_env_local.sh", |
8 | 7 | "start": "cross-env EXPO_NO_DOTENV=1 expo start", |
9 | 8 | "prebuild": "cross-env EXPO_NO_DOTENV=1 pnpm expo prebuild", |
10 | 9 | "android": "cross-env EXPO_NO_DOTENV=1 expo run:android", |
|
23 | 22 | "build:development:android": "cross-env APP_ENV=development EXPO_NO_DOTENV=1 eas build --profile development --platform android ", |
24 | 23 | "build:staging:ios": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform ios", |
25 | 24 | "build:staging:android": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform android ", |
| 25 | + "build:staging:ios:local": "cross-env APP_ENV=staging sh -c './set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform ios --local'", |
| 26 | + "build:staging:android:local": "cross-env APP_ENV=staging sh -c './set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform android --local'", |
26 | 27 | "build:production:ios": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform ios", |
27 | 28 | "build:production:android": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform android ", |
28 | 29 | "postinstall": "husky install", |
|
48 | 49 | "@tanstack/react-query": "^5.37.1", |
49 | 50 | "app-icon-badge": "^0.0.15", |
50 | 51 | "axios": "^1.7.1", |
51 | | - "expo": "~51.0.25", |
52 | | - "expo-build-properties": "~0.12.5", |
| 52 | + "expo": "~51.0.24", |
| 53 | + "expo-build-properties": "~0.12.4", |
53 | 54 | "expo-constants": "~16.0.2", |
54 | 55 | "expo-dev-client": "~4.0.21", |
55 | 56 | "expo-font": "~12.0.9", |
56 | 57 | "expo-image": "~1.12.13", |
57 | 58 | "expo-linking": "~6.3.1", |
58 | 59 | "expo-localization": "~15.0.3", |
59 | | - "expo-router": "~3.5.21", |
| 60 | + "expo-router": "~3.5.20", |
60 | 61 | "expo-splash-screen": "0.27.5", |
61 | 62 | "expo-status-bar": "~1.12.1", |
62 | 63 | "expo-system-ui": "~3.0.7", |
63 | | - "expo-updates": "~0.25.22", |
| 64 | + "expo-updates": "~0.25.21", |
64 | 65 | "i18next": "^22.5.1", |
65 | 66 | "lodash.memoize": "^4.1.2", |
66 | 67 | "moti": "^0.28.1", |
|
70 | 71 | "react-error-boundary": "^3.1.4", |
71 | 72 | "react-hook-form": "^7.51.4", |
72 | 73 | "react-i18next": "^12.3.1", |
73 | | - "react-native": "0.74.5", |
| 74 | + "react-native": "0.74.3", |
74 | 75 | "react-native-avoid-softinput": "^4.0.2", |
75 | 76 | "react-native-flash-message": "^0.4.2", |
76 | 77 | "react-native-gesture-handler": "~2.16.2", |
|
0 commit comments