Skip to content

Commit 7fd1519

Browse files
committed
fix: Expo install fix to fix Android build issue
1 parent 53ee045 commit 7fd1519

File tree

2 files changed

+187
-393
lines changed

2 files changed

+187
-393
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "converse",
3-
"version": "2.2.53",
3+
"version": "2.2.52",
44
"private": true,
55
"scripts": {
66
"android": "expo run:android",
@@ -63,8 +63,8 @@
6363
"@react-navigation/elements": "^1.3.31",
6464
"@react-navigation/native": "^7.0.14",
6565
"@react-navigation/native-stack": "^7.2.0",
66-
"@sentry/react-native": "^5.31.1",
67-
"@shopify/flash-list": "1.7.1",
66+
"@sentry/react-native": "~6.3.0",
67+
"@shopify/flash-list": "1.7.3",
6868
"@shopify/react-native-skia": "1.5.0",
6969
"@tanstack/query-persist-client-core": "5.62.2",
7070
"@tanstack/query-sync-storage-persister": "5.62.2",
@@ -96,7 +96,7 @@
9696
"expo-clipboard": "~7.0.0",
9797
"expo-constants": "~17.0.4",
9898
"expo-crypto": "~14.0.2",
99-
"expo-dev-client": "~5.0.4",
99+
"expo-dev-client": "~5.0.14",
100100
"expo-device": "~7.0.2",
101101
"expo-document-picker": "~13.0.1",
102102
"expo-file-system": "~18.0.4",
@@ -118,7 +118,7 @@
118118
"expo-symbols": "~0.2.2",
119119
"expo-system-ui": "~4.0.4",
120120
"expo-task-manager": "~12.0.3",
121-
"expo-updates": "~0.26.9",
121+
"expo-updates": "~0.27.3",
122122
"expo-web-browser": "~14.0.2",
123123
"fast-text-encoding": "^1.0.6",
124124
"i18n-js": "3.9.2",
@@ -128,7 +128,7 @@
128128
"pretty-bytes": "^6.1.0",
129129
"react": "18.3.1",
130130
"react-dom": "18.3.1",
131-
"react-native": "0.76.5",
131+
"react-native": "0.76.7",
132132
"react-native-aes-gcm-crypto": "^0.2.2",
133133
"react-native-animateable-text": "^0.14.2",
134134
"react-native-boost": "^0.5.6",

0 commit comments

Comments
 (0)