Skip to content

Commit f7fc5de

Browse files
committed
feat: use rn 0.79
Signed-off-by: tony chen <tony.zq.chen@gmail.com>
1 parent 81fa7a8 commit f7fc5de

File tree

6 files changed

+899
-1983
lines changed

6 files changed

+899
-1983
lines changed

example/package.json

+12-9
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,25 @@
1010
},
1111
"dependencies": {
1212
"@expo/webpack-config": "~19.0.1",
13-
"@shopify/react-native-skia": "1.5.0",
13+
"@shopify/react-native-skia": "2.0.0-next.2",
1414
"echarts": "^5.5.0",
15-
"expo": "~52.0.31",
16-
"react": "18.3.1",
17-
"react-dom": "18.3.1",
18-
"react-native": "0.76.7",
19-
"react-native-gesture-handler": "~2.20.2",
20-
"react-native-reanimated": "~3.16.1",
21-
"react-native-svg": "15.8.0",
22-
"react-native-web": "~0.19.6",
15+
"expo": "~53.0.0-preview.7",
16+
"react": "19.0.0",
17+
"react-dom": "19.0.0",
18+
"react-native": "0.79.0",
19+
"react-native-gesture-handler": "~2.24.0",
20+
"react-native-reanimated": "~3.17.3",
21+
"react-native-svg": "15.11.2",
22+
"react-native-web": "^0.20.0",
2323
"zrender": "^5.5.0"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.24.0",
2727
"babel-loader": "^8.2.3",
2828
"babel-plugin-module-resolver": "^4.1.0"
2929
},
30+
"resolutions": {
31+
"tslib": "^2.6.1"
32+
},
3033
"private": true
3134
}

0 commit comments

Comments
 (0)