Skip to content

Commit a2b2f81

Browse files
committed
fix: remove loading from widget preview, upgrade example dependencies
1 parent cc7bf6a commit a2b2f81

3 files changed

Lines changed: 840 additions & 1112 deletions

File tree

example-expo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@react-native-async-storage/async-storage": "2.2.0",
1616
"@react-navigation/native": "^6.1.14",
1717
"@react-navigation/native-stack": "^6.9.22",
18-
"expo": "55.0.0-canary-20251230-fc48ddc",
19-
"expo-dev-client": "6.1.0-canary-20251230-fc48ddc",
20-
"expo-splash-screen": "31.0.14-canary-20251230-fc48ddc",
18+
"expo": "^55.0.27",
19+
"expo-dev-client": "^55.0.36",
20+
"expo-splash-screen": "^55.0.22",
2121
"react": "19.2.0",
22-
"react-native": "0.83.1",
23-
"react-native-android-widget": "./react-native-android-widget-93887.tgz",
24-
"react-native-safe-area-context": "~5.6.0",
25-
"react-native-screens": "~4.19.0"
22+
"react-native": "0.83.6",
23+
"react-native-android-widget": "./react-native-android-widget-123456.tgz",
24+
"react-native-safe-area-context": "~5.6.2",
25+
"react-native-screens": "~4.23.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.26.0",
29-
"@types/react": "~19.1.10",
29+
"@types/react": "~19.2.10",
3030
"typescript": "~5.9.2"
3131
},
3232
"private": true,

0 commit comments

Comments
 (0)