Skip to content

Commit

Permalink
Expo 49 (#77)
Browse files Browse the repository at this point in the history
* Upgrade expo to 49

* Update snapshots
  • Loading branch information
sallesma authored Aug 26, 2023
1 parent e37a771 commit f6e0220
Show file tree
Hide file tree
Showing 3 changed files with 1,540 additions and 1,657 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"prepare": "husky install"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"expo": "^48.0.0",
"expo-clipboard": "~4.1.2",
"expo-localization": "~14.1.1",
"expo-mail-composer": "~12.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"expo": "^49.0.0",
"expo-clipboard": "~4.3.1",
"expo-localization": "~14.3.0",
"expo-mail-composer": "~12.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.12",
"highlight-words-core": "^1.2.2",
"i18n-js": "^4.1.1",
"pdf.js-extract": "^0.2.1",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native": "0.72.4",
"react-native-elements": "^3.4.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-toast-message": "^2.1.5"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-react-native": "^4.0.0",
"husky": "^8.0.2",
"jest": "^29.2.1",
"jest-expo": "^47.0.0",
"jest-expo": "^49.0.0",
"jest-junit": "^14.0.1",
"lint-staged": ">=13",
"prettier": "^2.7.1"
Expand Down
12 changes: 6 additions & 6 deletions src/screens/__tests__/__snapshots__/HomeScreen.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
exports[`<HomeScreen /> renders correctly 1`] = `
<RNCSafeAreaView
edges={
[
"bottom",
"left",
"right",
"top",
]
{
"bottom": "additive",
"left": "additive",
"right": "additive",
"top": "additive",
}
}
style={
{
Expand Down
Loading

0 comments on commit f6e0220

Please sign in to comment.