Skip to content

Commit 790c7bf

Browse files
tanii1125Devasy
andauthored
Resolved issue #110 (#141)
* Updated packages * updated expo-image-picker --------- Co-authored-by: Devasy Patel <[email protected]>
1 parent 039cb11 commit 790c7bf

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

frontend/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"expo": {
33
"name": "frontend",
44
"slug": "frontend",
5+
"platforms": ["ios", "android", "web"],
56
"version": "1.0.0",
67
"orientation": "portrait",
78
"icon": "./assets/icon.png",

frontend/package-lock.json

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
},
1111
"dependencies": {
1212
"@expo/metro-runtime": "~5.0.4",
13-
"@react-native-async-storage/async-storage": "^2.2.0",
13+
"@react-native-async-storage/async-storage": "^2.1.2",
1414
"@react-navigation/bottom-tabs": "^7.4.4",
1515
"@react-navigation/native": "^7.1.16",
1616
"@react-navigation/native-stack": "^7.3.23",
1717
"axios": "^1.11.0",
1818
"expo": "~53.0.20",
19-
"expo-image-picker": "~16.0.2",
19+
"expo-image-picker": "^16.1.4",
2020
"expo-status-bar": "~2.2.3",
2121
"react": "19.0.0",
2222
"react-dom": "19.0.0",
2323
"react-native": "0.79.5",
2424
"react-native-paper": "^5.14.5",
25-
"react-native-safe-area-context": "^5.5.2",
26-
"react-native-screens": "^4.13.1",
25+
"react-native-safe-area-context": "^5.4.0",
26+
"react-native-screens": "^4.11.1",
2727
"react-native-web": "^0.20.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)