|
22 | 22 | "build:development:android": "cross-env APP_ENV=development EXPO_NO_DOTENV=1 eas build --profile development --platform android ", |
23 | 23 | "build:staging:ios": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform ios", |
24 | 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 './scripts/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 './scripts/set-env.sh EXPO_NO_DOTENV=1 eas build --profile staging --platform android --local'", |
25 | 27 | "build:production:ios": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform ios", |
26 | 28 | "build:production:android": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform android ", |
27 | 29 | "postinstall": "husky install", |
|
37 | 39 | "e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development" |
38 | 40 | }, |
39 | 41 | "dependencies": { |
40 | | - "@expo/metro-runtime": "^3.2.1", |
| 42 | + "@expo/metro-runtime": "^3.2.3", |
41 | 43 | "@gorhom/bottom-sheet": "^4.6.3", |
42 | 44 | "@hookform/resolvers": "^2.9.11", |
43 | 45 | "@react-navigation/bottom-tabs": "^6.5.20", |
|
47 | 49 | "@tanstack/react-query": "^5.37.1", |
48 | 50 | "app-icon-badge": "^0.0.15", |
49 | 51 | "axios": "^1.7.1", |
50 | | - "expo": "~51.0.24", |
| 52 | + "expo": "~51.0.28", |
51 | 53 | "expo-build-properties": "~0.12.4", |
52 | 54 | "expo-constants": "~16.0.2", |
53 | | - "expo-dev-client": "~4.0.21", |
| 55 | + "expo-dev-client": "~4.0.23", |
54 | 56 | "expo-font": "~12.0.9", |
55 | 57 | "expo-image": "~1.12.13", |
56 | 58 | "expo-linking": "~6.3.1", |
57 | 59 | "expo-localization": "~15.0.3", |
58 | | - "expo-router": "~3.5.20", |
| 60 | + "expo-router": "~3.5.23", |
59 | 61 | "expo-splash-screen": "0.27.5", |
60 | 62 | "expo-status-bar": "~1.12.1", |
61 | 63 | "expo-system-ui": "~3.0.7", |
| 64 | + "expo-updates": "~0.25.21", |
62 | 65 | "i18next": "^22.5.1", |
63 | 66 | "lodash.memoize": "^4.1.2", |
64 | 67 | "moti": "^0.28.1", |
|
68 | 71 | "react-error-boundary": "^3.1.4", |
69 | 72 | "react-hook-form": "^7.51.4", |
70 | 73 | "react-i18next": "^12.3.1", |
71 | | - "react-native": "0.74.3", |
| 74 | + "react-native": "0.74.5", |
72 | 75 | "react-native-avoid-softinput": "^4.0.2", |
73 | 76 | "react-native-flash-message": "^0.4.2", |
74 | 77 | "react-native-gesture-handler": "~2.16.2", |
|
0 commit comments