Skip to content

Commit be7a7c2

Browse files
authored
chore: update dependencies and switch start script from expo to react-native (#414)
1 parent 67133ee commit be7a7c2

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

apps/mobile/package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"android": "react-native run-android",
88
"ios": "react-native run-ios",
99
"lint": "eslint .",
10-
"start": "expo start",
10+
"start": "react-native start",
1111
"test": "jest"
1212
},
1313
"dependencies": {
@@ -18,21 +18,20 @@
1818
"@react-navigation/bottom-tabs": "^7.0.0",
1919
"@react-navigation/native": "^7.0.0",
2020
"@react-navigation/native-stack": "^7.0.0",
21-
"expo": "^54.0.34",
22-
"expo-constants": "^18.0.13",
23-
"expo-linking": "^8.0.12",
24-
"react": "19.1.0",
25-
"react-dom": "^19.1.0",
26-
"react-native": "0.81.5",
21+
"react": "19.2.3",
22+
"react-dom": "^19.2.3",
23+
"react-native": "0.84.1",
24+
"react-native-camera-kit": "^14.0.0",
2725
"react-native-gesture-handler": "^2.28.0",
2826
"react-native-qrcode-svg": "^6.3.0",
29-
"react-native-reanimated": "^4.1.7",
30-
"react-native-safe-area-context": "^5.6.2",
31-
"react-native-screens": "^4.16.0",
32-
"react-native-svg": "^15.12.1",
27+
"react-native-reanimated": "^3.16.7",
28+
"react-native-safe-area-context": "^5.5.2",
29+
"react-native-screens": "^4.0.0",
30+
"react-native-svg": "^15.0.0",
3331
"react-native-vector-icons": "^10.0.0",
32+
"react-native-view-shot": "^5.1.0",
3433
"react-native-web": "^0.21.2",
35-
"react-native-webview": "^13.15.0",
34+
"react-native-webview": "^13.0.0",
3635
"react-native-worklets": "0.5.1"
3736
},
3837
"devDependencies": {
@@ -49,16 +48,16 @@
4948
"@react-native/metro-config": "0.84.1",
5049
"@react-native/typescript-config": "0.84.1",
5150
"@types/jest": "^29.5.13",
52-
"@types/react": "^19.1.17",
51+
"@types/react": "^19.2.0",
5352
"@types/react-native-vector-icons": "^6.4.18",
5453
"@types/react-test-renderer": "^19.1.0",
5554
"eslint": "^8.19.0",
5655
"jest": "^29.6.3",
5756
"prettier": "2.8.8",
58-
"react-test-renderer": "19.1.0",
57+
"react-test-renderer": "19.2.3",
5958
"typescript": "^5.8.3"
6059
},
6160
"engines": {
6261
"node": ">= 22.11.0"
6362
}
64-
}
63+
}

0 commit comments

Comments
 (0)