Skip to content

Commit 5230c98

Browse files
chore: updated rn version & deps
1 parent ea2c3d7 commit 5230c98

File tree

5 files changed

+2492
-1929
lines changed

5 files changed

+2492
-1929
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 18.20.0

apps/native/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"orientation": "default",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "automatic",
9+
"newArchEnabled": true,
910
"splash": {
1011
"image": "./assets/splash.png",
1112
"resizeMode": "contain",

apps/native/package.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,39 @@
1919
"build:web": "expo export -p web"
2020
},
2121
"dependencies": {
22-
"@expo/metro-runtime": "~3.2.3",
23-
"@react-native-async-storage/async-storage": "1.23.1",
24-
"@react-native-community/netinfo": "11.3.1",
22+
"@expo/metro-runtime": "~4.0.1",
23+
"@react-native-async-storage/async-storage": "2.1.2",
24+
"@react-native-community/netinfo": "11.4.1",
2525
"@reown/appkit-auth-wagmi-react-native": "1.2.2",
2626
"@reown/appkit-wagmi-react-native": "1.2.2",
2727
"@tanstack/query-async-storage-persister": "^5.40.0",
2828
"@tanstack/react-query": "5.56.2",
2929
"@tanstack/react-query-persist-client": "5.56.2",
30-
"@walletconnect/react-native-compat": "2.17.1",
31-
"expo": "~51.0.24",
32-
"expo-application": "~5.9.1",
33-
"expo-clipboard": "~6.0.3",
34-
"expo-status-bar": "~1.12.1",
35-
"expo-updates": "~0.25.21",
36-
"react": "18.2.0",
37-
"react-dom": "18.2.0",
38-
"react-native": "0.74.3",
30+
"@walletconnect/react-native-compat": "2.19.1",
31+
"expo": "^52.0.38",
32+
"expo-application": "~6.0.2",
33+
"expo-clipboard": "~7.0.1",
34+
"expo-status-bar": "~2.0.1",
35+
"expo-updates": "~0.27.3",
36+
"react": "18.3.1",
37+
"react-dom": "18.3.1",
38+
"react-native": "0.76.7",
3939
"react-native-get-random-values": "~1.11.0",
40-
"react-native-modal": "13.0.1",
41-
"react-native-svg": "15.2.0",
40+
"react-native-modal": "14.0.0-rc.0",
41+
"react-native-svg": "15.8.0",
4242
"react-native-toast-message": "2.2.1",
43-
"react-native-web": "~0.19.10",
44-
"react-native-webview": "13.8.6",
45-
"uuid": "3.4.0",
46-
"viem": "2.21.48",
47-
"wagmi": "2.12.33"
43+
"react-native-web": "~0.19.13",
44+
"react-native-webview": "13.12.5",
45+
"uuid": "^11.1.0",
46+
"viem": "2.23.10",
47+
"wagmi": "2.14.13"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.24.0",
5151
"@playwright/test": "^1.49.1",
5252
"@types/gh-pages": "^6",
5353
"@types/node": "^22.10.1",
5454
"@types/react": "~18.2.79",
55-
"@types/react-native": "0.72.2",
5655
"babel-plugin-module-resolver": "^5.0.0",
5756
"gh-pages": "^6.2.0",
5857
"typescript": "~5.3.3"

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,39 +40,39 @@
4040
"devDependencies": {
4141
"@changesets/changelog-github": "0.5.0",
4242
"@changesets/cli": "2.27.7",
43-
"@coinbase/wallet-mobile-sdk": "1.0.13",
44-
"@react-native-async-storage/async-storage": "1.24.0",
45-
"@react-native/babel-preset": "0.74.85",
46-
"@react-native/eslint-config": "0.74.85",
47-
"@react-native/metro-config": "0.74.85",
48-
"@react-native/typescript-config": "0.74.85",
49-
"@testing-library/jest-native": "5.4.2",
50-
"@testing-library/react-native": "12.2.0",
43+
"@coinbase/wallet-mobile-sdk": "1.1.2",
44+
"@react-native-async-storage/async-storage": "2.1.2",
45+
"@react-native/babel-preset": "0.76.7",
46+
"@react-native/eslint-config": "0.76.7",
47+
"@react-native/metro-config": "0.76.7",
48+
"@react-native/typescript-config": "0.76.7",
49+
"@testing-library/jest-native": "5.4.3",
50+
"@testing-library/react-native": "13.2.0",
5151
"@types/jest": "29.5.7",
5252
"@types/qrcode": "1.5.5",
53-
"@types/react": "^18.2.6",
54-
"@walletconnect/react-native-compat": "2.17.2",
53+
"@types/react": "18.2.79",
54+
"@walletconnect/react-native-compat": "2.19.1",
5555
"babel-jest": "^29.7.0",
5656
"eslint": "^8.46.0",
5757
"eslint-plugin-ft-flow": "2.0.3",
5858
"eslint-plugin-prettier": "5.0.1",
5959
"eslint-plugin-valtio": "^0.6.4",
6060
"jest": "29.7.0",
6161
"prettier": "3.0.1",
62-
"react": "18.2.0",
63-
"react-native": "0.74.3",
62+
"react": "18.3.1",
63+
"react-native": "0.76.7",
6464
"react-native-builder-bob": "0.23.2",
65-
"react-native-modal": "13.0.1",
66-
"react-native-svg": "15.4.0",
67-
"react-native-webview": "13.10.5",
68-
"react-test-renderer": "18.2.0",
65+
"react-native-modal": "14.0.0-rc.0",
66+
"react-native-svg": "15.8.0",
67+
"react-native-webview": "13.12.5",
68+
"react-test-renderer": "18.3.1",
6969
"ts-jest": "29.1.1",
7070
"ts-node": "10.9.1",
7171
"tsconfig": "*",
7272
"turbo": "2.1.1",
7373
"typescript": "5.2.2",
74-
"viem": "2.21.48",
75-
"wagmi": "2.12.33"
74+
"viem": "2.23.10",
75+
"wagmi": "2.14.13"
7676
},
7777
"packageManager": "yarn@4.0.2"
7878
}

0 commit comments

Comments
 (0)