Skip to content

Commit acf7f60

Browse files
committed
feat: Upgraded Expo 50
1 parent c70e74b commit acf7f60

3 files changed

Lines changed: 3283 additions & 3044 deletions

File tree

babel.config.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
module.exports = function(api) {
22
api.cache(true);
33
return {
4-
presets: ['babel-preset-expo', '@bluebase/code-standards/babel.config'],
5-
plugins: ['react-native-reanimated/plugin'],
4+
presets: ['@bluebase/code-standards/babel.config'],
5+
plugins: [
6+
'react-native-reanimated/plugin',
7+
[
8+
// https://github.com/facebook/metro/issues/646#issuecomment-799174473
9+
'@babel/plugin-transform-react-jsx',
10+
{
11+
'runtime': 'automatic'
12+
}
13+
]
14+
],
615
env: {
716
test: {
817
plugins: [

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@bluebase/components": "^8.1.0",
53-
"@react-native-async-storage/async-storage": "1.18.2",
53+
"@react-native-async-storage/async-storage": "1.21.0",
5454
"@react-native-community/masked-view": "0.1.11",
5555
"@react-navigation/bottom-tabs": "^6.5.20",
5656
"@react-navigation/core": "^6.4.16",
@@ -60,18 +60,18 @@
6060
"@react-navigation/native": "^6.1.17",
6161
"@react-navigation/native-stack": "^6.9.26",
6262
"@react-navigation/stack": "^6.3.29",
63-
"expo-linking": "~5.0.2",
64-
"react-native-gesture-handler": "~2.12.0",
65-
"react-native-pager-view": "6.2.0",
66-
"react-native-reanimated": "~3.3.0",
67-
"react-native-safe-area-context": "4.6.3",
68-
"react-native-screens": "~3.22.0",
63+
"expo-linking": "~6.2.2",
64+
"react-native-gesture-handler": "~2.14.0",
65+
"react-native-pager-view": "6.2.3",
66+
"react-native-reanimated": "~3.6.2",
67+
"react-native-safe-area-context": "4.8.2",
68+
"react-native-screens": "~3.29.0",
6969
"react-native-tab-view": "^3.1.1"
7070
},
7171
"devDependencies": {
7272
"@babel/cli": "^7.22.15",
7373
"@babel/core": "^7.22.17",
74-
"@bluebase/code-standards": "^2.22.4",
74+
"@bluebase/code-standards": "^2.27.6",
7575
"@bluebase/core": "^8.5.2",
7676
"@bluebase/plugin-config-persist": "^3.0.0",
7777
"@bluebase/plugin-json-schema-components": "^4.6.1",
@@ -96,23 +96,23 @@
9696
"@types/enzyme": "^3.10.10",
9797
"@types/enzyme-async-helpers": "^0.9.2",
9898
"@types/jest": "^27.0.2",
99-
"@types/react": "~18.2.14",
99+
"@types/react": "~18.2.45",
100100
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
101101
"babel-loader": "^8.2.3",
102102
"babel-plugin-istanbul": "^6.1.1",
103103
"colors": "^1.4.0",
104104
"enzyme": "^3.11.0",
105105
"enzyme-async-helpers": "^0.9.1",
106106
"eslint-plugin-prettier": "^4.0.0",
107-
"expo": "^49.0.9",
107+
"expo": "^50.0.14",
108108
"jest": "^29.2.1",
109109
"jest-enzyme": "^7.1.2",
110110
"jsdom": "^18.0.0",
111111
"npm-run-all": "^4.1.5",
112112
"prettier": "^2.4.1",
113113
"react": "18.2.0",
114114
"react-dom": "18.2.0",
115-
"react-native": "0.72.10",
115+
"react-native": "0.73.6",
116116
"react-native-storybook-loader": "^2.0.4",
117117
"react-native-web": "~0.19.6",
118118
"react-test-renderer": "^17.0.2",
@@ -121,7 +121,7 @@
121121
"replace-in-file": "^6.3.2",
122122
"run-all": "^1.0.1",
123123
"ts-jest": "^26.4.2",
124-
"typescript": "^5.1.3"
124+
"typescript": "^5.3.0"
125125
},
126126
"prettier": {
127127
"singleQuote": true,

0 commit comments

Comments
 (0)