Skip to content

Commit

Permalink
Square icon and update dependencies after npx expo-doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed Dec 27, 2023
1 parent 3168d9e commit a0c1209
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-picker/picker": "2.6.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@types/react": "~18.2.14",
Expand All @@ -19,8 +19,8 @@
"prettier": "^3.1.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.73.1",
"react-native-gesture-handler": "^2.14.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.11.4",
"react-native-picker-select": "^9.0.0",
Expand All @@ -38,15 +38,14 @@
"eslint-config-prettier": "^9.1.0",
"expo": "~49.0.15",
"expo-constants": "^14.4.2",
"expo-linking": "^6.0.0",
"expo-modules-core": "^1.5.12",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.14",
"expo-status-bar": "~1.7.1",
"expo-status-bar": "~1.6.0",
"jest": "^29.7.0",
"jest-expo": "^49.0.0",
"metro": "^0.76.7",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.8.2"
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3"
},
"private": true
}
Binary file modified src/assets/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/transparent-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0c1209

Please sign in to comment.