Skip to content

Commit 0cf8ea3

Browse files
authored
Bump libraries versions (#3702)
## Description This PR updates the following libraries: - basic-example: - Reanimated to 4.1.0 - Worklets to 0.5.0 - expo-example: - expo to stable 54 > [!NOTE] > **Reanimated** and **Worklets** are set to `4.0.2` and `0.4.0` respectively in `expo-example` since **Worklets** `0.5.0` crash on web. ## Test plan Run both example apps on all supported platforms.
1 parent b514460 commit 0cf8ea3

6 files changed

Lines changed: 934 additions & 736 deletions

File tree

.yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch

Lines changed: 0 additions & 42 deletions
This file was deleted.

apps/basic-example/ios/Podfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ PODS:
22512251
- ReactCommon/turbomodule/core
22522252
- SocketRocket
22532253
- Yoga
2254-
- RNReanimated (4.0.2):
2254+
- RNReanimated (4.1.0):
22552255
- boost
22562256
- DoubleConversion
22572257
- fast_float
@@ -2278,11 +2278,11 @@ PODS:
22782278
- ReactCodegen
22792279
- ReactCommon/turbomodule/bridging
22802280
- ReactCommon/turbomodule/core
2281-
- RNReanimated/reanimated (= 4.0.2)
2281+
- RNReanimated/reanimated (= 4.1.0)
22822282
- RNWorklets
22832283
- SocketRocket
22842284
- Yoga
2285-
- RNReanimated/reanimated (4.0.2):
2285+
- RNReanimated/reanimated (4.1.0):
22862286
- boost
22872287
- DoubleConversion
22882288
- fast_float
@@ -2309,11 +2309,11 @@ PODS:
23092309
- ReactCodegen
23102310
- ReactCommon/turbomodule/bridging
23112311
- ReactCommon/turbomodule/core
2312-
- RNReanimated/reanimated/apple (= 4.0.2)
2312+
- RNReanimated/reanimated/apple (= 4.1.0)
23132313
- RNWorklets
23142314
- SocketRocket
23152315
- Yoga
2316-
- RNReanimated/reanimated/apple (4.0.2):
2316+
- RNReanimated/reanimated/apple (4.1.0):
23172317
- boost
23182318
- DoubleConversion
23192319
- fast_float
@@ -2343,7 +2343,7 @@ PODS:
23432343
- RNWorklets
23442344
- SocketRocket
23452345
- Yoga
2346-
- RNWorklets (0.4.1):
2346+
- RNWorklets (0.5.1):
23472347
- boost
23482348
- DoubleConversion
23492349
- fast_float
@@ -2359,6 +2359,7 @@ PODS:
23592359
- React-Fabric
23602360
- React-featureflags
23612361
- React-graphics
2362+
- React-hermes
23622363
- React-ImageManager
23632364
- React-jsi
23642365
- React-NativeModulesApple
@@ -2369,10 +2370,10 @@ PODS:
23692370
- ReactCodegen
23702371
- ReactCommon/turbomodule/bridging
23712372
- ReactCommon/turbomodule/core
2372-
- RNWorklets/worklets (= 0.4.1)
2373+
- RNWorklets/worklets (= 0.5.1)
23732374
- SocketRocket
23742375
- Yoga
2375-
- RNWorklets/worklets (0.4.1):
2376+
- RNWorklets/worklets (0.5.1):
23762377
- boost
23772378
- DoubleConversion
23782379
- fast_float
@@ -2388,6 +2389,7 @@ PODS:
23882389
- React-Fabric
23892390
- React-featureflags
23902391
- React-graphics
2392+
- React-hermes
23912393
- React-ImageManager
23922394
- React-jsi
23932395
- React-NativeModulesApple
@@ -2398,10 +2400,10 @@ PODS:
23982400
- ReactCodegen
23992401
- ReactCommon/turbomodule/bridging
24002402
- ReactCommon/turbomodule/core
2401-
- RNWorklets/worklets/apple (= 0.4.1)
2403+
- RNWorklets/worklets/apple (= 0.5.1)
24022404
- SocketRocket
24032405
- Yoga
2404-
- RNWorklets/worklets/apple (0.4.1):
2406+
- RNWorklets/worklets/apple (0.5.1):
24052407
- boost
24062408
- DoubleConversion
24072409
- fast_float
@@ -2417,6 +2419,7 @@ PODS:
24172419
- React-Fabric
24182420
- React-featureflags
24192421
- React-graphics
2422+
- React-hermes
24202423
- React-ImageManager
24212424
- React-jsi
24222425
- React-NativeModulesApple
@@ -2737,8 +2740,8 @@ SPEC CHECKSUMS:
27372740
ReactCodegen: 8125d6ee06ea06f48f156cbddec5c2ca576d62e6
27382741
ReactCommon: 116d6ee71679243698620d8cd9a9042541e44aa6
27392742
RNGestureHandler: e9e6e935c5b85d3142154c21ecd5cd91bfd74992
2740-
RNReanimated: 0da721318bc124a25fbe57abc2497a39e1012927
2741-
RNWorklets: 32ea3225502c57b559c76f684fc2abac865b7728
2743+
RNReanimated: 3dd9b5776c0e9741fbbf1a4a54dd4328924b4a1e
2744+
RNWorklets: 09a47bd92d3da6e00420a060fcc86e23b745e980
27422745
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27432746
Yoga: 00013dd9cde63a2d98e8002fcc4f5ddb66c10782
27442747

apps/basic-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"react": "19.1.0",
2121
"react-native": "0.81.0",
2222
"react-native-gesture-handler": "workspace:*",
23-
"react-native-reanimated": "^4.0.2",
24-
"react-native-worklets": "^0.4.0"
23+
"react-native-reanimated": "^4.1.0",
24+
"react-native-worklets": "^0.5.0"
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.25.2",

apps/common-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@react-native-community/cli": "18.0.0",
3535
"@react-native-community/cli-platform-android": "18.0.0",
3636
"@react-native-community/cli-platform-ios": "18.0.0",
37-
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A4.5.7#~/.yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch",
37+
"@react-native-community/slider": "5.0.1",
3838
"@react-native-community/viewpager": "5.0.11",
3939
"@react-native/babel-preset": "0.79.0",
4040
"@react-native/eslint-config": "0.79.0",

apps/expo-example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@
1111
"clean": "rm -rf node_modules android ios"
1212
},
1313
"dependencies": {
14-
"@expo/metro-runtime": "~6.0.2",
14+
"@expo/metro-runtime": "~6.1.2",
1515
"@react-native-async-storage/async-storage": "2.2.0",
16-
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A4.5.7#~/.yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch",
16+
"@react-native-community/slider": "5.0.1",
1717
"@react-native-community/viewpager": "5.0.11",
1818
"@react-navigation/elements": "^2.3.8",
1919
"@react-navigation/native": "^7.1.6",
2020
"@react-navigation/stack": "^7.2.10",
2121
"@swmansion/icons": "^0.0.1",
2222
"common-app": "workspace:*",
23-
"expo": "^54.0.0-preview.2",
23+
"expo": "^54.0.7",
2424
"expo-camera": "~17.0.2",
2525
"expo-status-bar": "~3.0.2",
2626
"react": "19.1.0",
2727
"react-dom": "19.1.0",
28-
"react-native": "0.81.0",
28+
"react-native": "0.81.4",
2929
"react-native-gesture-handler": "workspace:*",
30-
"react-native-reanimated": "^4.0.2",
30+
"react-native-reanimated": "4.0.2",
3131
"react-native-safe-area-context": "~5.6.0",
32-
"react-native-screens": "~4.14.0",
32+
"react-native-screens": "~4.16.0",
3333
"react-native-svg": "15.12.1",
3434
"react-native-web": "^0.21.0",
35-
"react-native-worklets": "^0.4.0"
35+
"react-native-worklets": "0.4.0"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.25.2",
3939
"@types/react": "~19.1.10",
40-
"@types/react-dom": "~18.0.8",
40+
"@types/react-dom": "~19.1.7",
4141
"@types/react-native-web": "^0",
4242
"typescript": "~5.9.2"
4343
},

0 commit comments

Comments
 (0)