|
5 | 5 | "scripts": { |
6 | 6 | "start": "expo start", |
7 | 7 | "android": "expo start --android", |
8 | | - "build:lib": "rm -f ./react-native-android-widget* && yarn remove react-native-android-widget && rm -rf node_modules/react-native-android-widget && cd .. && yarn prepare && npm pack && pwd && mv react-native-android-widget-* ./example-expo/react-native-android-widget-$(shuf -i 10000-100000 -n1).tgz && cd example-expo && yarn add ./react-native-android-widget*", |
| 8 | + "build:lib": "rm -rf node_modules/react-native-android-widget && cd .. && yarn prepare && npm pack && pwd && mv react-native-android-widget-* ./example-expo/react-native-android-widget-$(shuf -i 10000-100000 -n1).tgz && cd example-expo && yarn add ./react-native-android-widget*", |
9 | 9 | "prebuild:dev-client": "yarn build:lib", |
10 | 10 | "build:dev-client": "EAS_BUILD_PROFILE=development eas build --profile development --platform android", |
11 | 11 | "prebuild:apk": "yarn build:lib", |
|
15 | 15 | "@react-native-async-storage/async-storage": "^2.1.2", |
16 | 16 | "@react-navigation/native": "^6.1.14", |
17 | 17 | "@react-navigation/native-stack": "^6.9.22", |
18 | | - "expo": "53.0.0-preview.1", |
19 | | - "expo-dev-client": "5.1.1", |
20 | | - "expo-splash-screen": "0.30.1", |
| 18 | + "expo": "53.0.9", |
| 19 | + "expo-dev-client": "~5.1.8", |
| 20 | + "expo-splash-screen": "~0.30.8", |
21 | 21 | "react": "19.0.0", |
22 | | - "react-native": "~0.79.0", |
23 | | - "react-native-android-widget": "./react-native-android-widget-83316.tgz", |
24 | | - "react-native-safe-area-context": "~5.3.0", |
| 22 | + "react-native": "~0.79.2", |
| 23 | + "react-native-android-widget": "./react-native-android-widget-59399.tgz", |
| 24 | + "react-native-safe-area-context": "~5.4.0", |
25 | 25 | "react-native-screens": "~4.10.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | 28 | "@babel/core": "^7.26.0", |
29 | | - "@types/react": "^19.0.0", |
| 29 | + "@types/react": "~19.0.0", |
30 | 30 | "typescript": "~5.8.3" |
31 | 31 | }, |
32 | 32 | "private": true, |
|
0 commit comments