Skip to content

Commit

Permalink
chore: Expo 52. Tests are broken, expo fixes slow.
Browse files Browse the repository at this point in the history
  • Loading branch information
willtp87 committed Nov 24, 2024
1 parent 310895c commit 4e3e8f3
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 1,803 deletions.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"supportsTablet": true
},
"plugins": [
"expo-router"
"expo-router",
"expo-localization"
]
}
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"dependencies": {
"@babel/preset-env": "^7.26.0",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-async-storage/async-storage": "^2",
"@reduxjs/toolkit": "^2.2.8",
"@rneui/base": "4.0.0-rc.7",
"@rneui/themed": "4.0.0-rc.8",
"expo": "~51",
"expo-constants": "~16.0.2",
"expo": "^52.0.0",
"expo-constants": "~17.0.3",
"expo-linking": "~7.0.2",
"expo-localization": "^15.0.3",
"expo-router": "~3.5.23",
"expo-localization": "~16.0.0",
"expo-router": "~4.0.7",
"expo-status-bar": "~2.0.0",
"i18next": "^23.16.5",
"intl-pluralrules": "^2.0.1",
"react": "~18.3.1",
"react-i18next": "^15.1.1",
"react-native": "^0.75",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.0.0",
"react-native": "0.76.3",
"react-native-safe-area-context": "^4",
"react-native-screens": "^4",
"react-native-vector-icons": "^10.2.0",
"react-redux": "^9.1.2",
"redux": "^5.0.0",
Expand All @@ -38,13 +38,14 @@
"@babel/core": "^7.26.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react-native": "^12.8.1",
"@types/jest": "^29.5.14",
"@types/invariant": "^2.2.37",
"@types/jest": "^29",
"@types/react": "~18.3",
"ajv": "^8.17.1",
"eslint": "8",
"eslint-config-universe": "^13.0.0",
"jest": "^29.7.0",
"jest-expo": "^51.0",
"jest": "^29",
"jest-expo": "^52",
"prettier": "^3.3.3",
"react-test-renderer": "~18.3",
"ts-jest": "^29.2.4"
Expand Down
Loading

0 comments on commit 4e3e8f3

Please sign in to comment.