Skip to content

Commit 67f6be0

Browse files
authored
Bump Reanimated in expo-example (#3690)
## Description Currently expo-example uses Reanimated 3.19 which seems to break. Given that `next` targets only new architecture, we can bump version of Reanimated, which seems to resolve the problem. >[!IMPORTANT] > We should also check if example works on `main`. ## Test plan Tested that `expo-example` builds on both platforms.
1 parent b18935a commit 67f6be0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.0.2",
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.4.0"
3536
},
3637
"devDependencies": {
3738
"@babel/core": "^7.25.2",

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8392,11 +8392,12 @@ __metadata:
83928392
react-dom: "npm:19.1.0"
83938393
react-native: "npm:0.81.0"
83948394
react-native-gesture-handler: "workspace:*"
8395-
react-native-reanimated: "npm:^3.19.1"
8395+
react-native-reanimated: "npm:^4.0.2"
83968396
react-native-safe-area-context: "npm:~5.6.0"
83978397
react-native-screens: "npm:~4.14.0"
83988398
react-native-svg: "npm:15.12.1"
83998399
react-native-web: "npm:^0.21.0"
8400+
react-native-worklets: "npm:^0.4.0"
84008401
typescript: "npm:~5.9.2"
84018402
languageName: unknown
84028403
linkType: soft
@@ -14297,7 +14298,7 @@ __metadata:
1429714298
languageName: node
1429814299
linkType: hard
1429914300

14300-
"react-native-reanimated@npm:^3.18.0, react-native-reanimated@npm:^3.19.1":
14301+
"react-native-reanimated@npm:^3.18.0":
1430114302
version: 3.19.1
1430214303
resolution: "react-native-reanimated@npm:3.19.1"
1430314304
dependencies:

0 commit comments

Comments
 (0)