Skip to content

Commit 690163f

Browse files
committed
Bump reanimated
1 parent 15478f6 commit 690163f

3 files changed

Lines changed: 867 additions & 616 deletions

File tree

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",

0 commit comments

Comments
 (0)