Skip to content

Commit 81bf405

Browse files
committed
fix reanimated version
1 parent a982767 commit 81bf405

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/expo-example/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
"react-dom": "19.1.0",
2828
"react-native": "0.81.0",
2929
"react-native-gesture-handler": "workspace:*",
30-
"react-native-reanimated": "^3.19.1",
30+
"react-native-reanimated": "^4.1.0",
3131
"react-native-safe-area-context": "~5.6.0",
3232
"react-native-screens": "~4.14.0",
3333
"react-native-svg": "15.12.1",
34-
"react-native-web": "^0.21.0"
34+
"react-native-web": "^0.21.0",
35+
"react-native-worklets": "^0.5.0"
3536
},
3637
"devDependencies": {
3738
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)