Skip to content

Commit 436ae51

Browse files
authored
Bump react-native-reanimated (#3545)
## Description This PR bumps `Reanimated` version and unifies them across `package.jsons` - previously one of them had version `^3.17.4`, which caused mismatch between apps. >[!WARNING] > Even though `basic-example` should ignore `Reanimated`, it looks like it still tries to load it when version mismatch happens. It is yet to be investigated. ## Test plan Build and run example apps.
1 parent 7f06dc6 commit 436ae51

File tree

6 files changed

+436
-398
lines changed

6 files changed

+436
-398
lines changed

apps/common-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@react-navigation/stack": "^7.2.10",
2424
"@swmansion/icons": "^0.0.1",
2525
"react-native-gesture-handler": "workspace:*",
26-
"react-native-reanimated": "^3.17.4",
26+
"react-native-reanimated": "^3.18.0",
2727
"react-native-safe-area-context": "^5.4.0",
2828
"react-native-screens": "^4.10.0"
2929
},

apps/expo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-dom": "19.0.0",
2929
"react-native": "0.79.2",
3030
"react-native-gesture-handler": "workspace:*",
31-
"react-native-reanimated": "3.17.5",
31+
"react-native-reanimated": "^3.18.0",
3232
"react-native-safe-area-context": "5.4.0",
3333
"react-native-screens": "^4.10.0",
3434
"react-native-svg": "15.11.2",

apps/macos-example/macos/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ PODS:
15051505
- ReactCommon/turbomodule/bridging
15061506
- ReactCommon/turbomodule/core
15071507
- Yoga
1508-
- RNReanimated (3.17.5):
1508+
- RNReanimated (3.18.0):
15091509
- DoubleConversion
15101510
- glog
15111511
- RCT-Folly (= 2024.11.18.00)
@@ -1525,10 +1525,10 @@ PODS:
15251525
- ReactCodegen
15261526
- ReactCommon/turbomodule/bridging
15271527
- ReactCommon/turbomodule/core
1528-
- RNReanimated/reanimated (= 3.17.5)
1529-
- RNReanimated/worklets (= 3.17.5)
1528+
- RNReanimated/reanimated (= 3.18.0)
1529+
- RNReanimated/worklets (= 3.18.0)
15301530
- Yoga
1531-
- RNReanimated/reanimated (3.17.5):
1531+
- RNReanimated/reanimated (3.18.0):
15321532
- DoubleConversion
15331533
- glog
15341534
- RCT-Folly (= 2024.11.18.00)
@@ -1548,9 +1548,9 @@ PODS:
15481548
- ReactCodegen
15491549
- ReactCommon/turbomodule/bridging
15501550
- ReactCommon/turbomodule/core
1551-
- RNReanimated/reanimated/apple (= 3.17.5)
1551+
- RNReanimated/reanimated/apple (= 3.18.0)
15521552
- Yoga
1553-
- RNReanimated/reanimated/apple (3.17.5):
1553+
- RNReanimated/reanimated/apple (3.18.0):
15541554
- DoubleConversion
15551555
- glog
15561556
- RCT-Folly (= 2024.11.18.00)
@@ -1571,7 +1571,7 @@ PODS:
15711571
- ReactCommon/turbomodule/bridging
15721572
- ReactCommon/turbomodule/core
15731573
- Yoga
1574-
- RNReanimated/worklets (3.17.5):
1574+
- RNReanimated/worklets (3.18.0):
15751575
- DoubleConversion
15761576
- glog
15771577
- RCT-Folly (= 2024.11.18.00)
@@ -1591,9 +1591,9 @@ PODS:
15911591
- ReactCodegen
15921592
- ReactCommon/turbomodule/bridging
15931593
- ReactCommon/turbomodule/core
1594-
- RNReanimated/worklets/apple (= 3.17.5)
1594+
- RNReanimated/worklets/apple (= 3.18.0)
15951595
- Yoga
1596-
- RNReanimated/worklets/apple (3.17.5):
1596+
- RNReanimated/worklets/apple (3.18.0):
15971597
- DoubleConversion
15981598
- glog
15991599
- RCT-Folly (= 2024.11.18.00)
@@ -1902,7 +1902,7 @@ SPEC CHECKSUMS:
19021902
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
19031903
RNCAsyncStorage: b9f5f78da5d16a853fe3dc22e8268d932fc45a83
19041904
RNGestureHandler: b1b622a388c03138550fb5199b7609d01d0aad80
1905-
RNReanimated: c48c57d7fd5f78327ecf94dd088e2f6f216e7327
1905+
RNReanimated: 6ccc6e6826ada6643d2e6474d95f37a1fbf7771d
19061906
RNSVG: 4c63b12b7b5761063bca4f20dd228f6a8370f614
19071907
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
19081908
Yoga: f89a870053f1a8fbee8c98e35a1b9eff44ce2015

apps/macos-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-native": "0.78.0",
2424
"react-native-gesture-handler": "workspace:*",
2525
"react-native-macos": "^0.78.0-0",
26-
"react-native-reanimated": "3.17.5",
26+
"react-native-reanimated": "^3.18.0",
2727
"react-native-safe-area-context": "5.4.0",
2828
"react-native-svg": "15.11.2"
2929
},

packages/react-native-gesture-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"react": "19.0.0",
102102
"react-native": "0.79.0",
103103
"react-native-builder-bob": "^0.39.0",
104-
"react-native-reanimated": "3.17.5",
104+
"react-native-reanimated": "^3.18.0",
105105
"react-test-renderer": "19.0.0",
106106
"typescript": "~5.8.3"
107107
},

0 commit comments

Comments
 (0)