Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/fabric-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNReanimated (4.0.1):
- RNReanimated (4.0.2):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2413,11 +2413,11 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 4.0.1)
- RNReanimated/reanimated (= 4.0.2)
- RNWorklets
- SocketRocket
- Yoga
- RNReanimated/reanimated (4.0.1):
- RNReanimated/reanimated (4.0.2):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2444,11 +2444,11 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 4.0.1)
- RNReanimated/reanimated/apple (= 4.0.2)
- RNWorklets
- SocketRocket
- Yoga
- RNReanimated/reanimated/apple (4.0.1):
- RNReanimated/reanimated/apple (4.0.2):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -3029,7 +3029,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 7e0ce15656772a939ff0d269100bca3a182163c8
RNFlashList: ffe75fa35306b3cc846803ab51b02674e522e9b5
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
RNReanimated: 9e508f25d17005c33624ecd58c0a02daadb30c92
RNReanimated: 035a2435e7d56da9475ab606f2d3cfb010f16583
RNScreens: 10ca32b82794369e5857df3c8ca5937c415fbfd3
RNSVG: 341f555dbcd83a34d1f058e88df387de7bbc3347
RNWorklets: cd3a8876763d8bc18fdc23ce67a49ebbbc982c63
Expand Down
38 changes: 6 additions & 32 deletions apps/tvos-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ PODS:
- React-logger (= 0.79.1-0)
- React-perflogger (= 0.79.1-0)
- React-utils (= 0.79.1-0)
- RNReanimated (4.0.1):
- RNReanimated (4.0.2):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1676,10 +1676,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 4.0.1)
- RNReanimated/reanimated (= 4.0.2)
- RNWorklets
- Yoga
- RNReanimated/reanimated (4.0.1):
- RNReanimated/reanimated (4.0.2):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1702,36 +1702,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 4.0.1)
- RNReanimated/reanimated/view (= 4.0.1)
- RNReanimated/reanimated/apple (= 4.0.2)
- RNWorklets
- Yoga
- RNReanimated/reanimated/apple (4.0.1):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.11.18.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-hermes
- React-ImageManager
- React-jsi
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNWorklets
- Yoga
- RNReanimated/reanimated/view (4.0.1):
- RNReanimated/reanimated/apple (4.0.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2130,7 +2104,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 29fb2827ec6c6c8ee9ee9108e838b4e0e4e1b730
ReactCodegen: 3a01f76123e04b8b945d43e5ffccae6f90f4a26e
ReactCommon: 59e7bd3cf331ba77a96a75e6b603abf05883b102
RNReanimated: 70116e9b344883545ba4a2fd06125da5fb9acbef
RNReanimated: ac269c030842f2647ec18086aa3920bbfd76b880
RNWorklets: 9d4d5a0ef70d5e6385cbd28bfa4e91dd6e18c97e
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 770a077e3a222f162c2e0c8a95e7e997b7682a8e
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated",
"version": "4.0.1",
"version": "4.0.2",
"description": "More powerful alternative to Animated library for React Native.",
"keywords": [
"react-native",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* version used to build the native part of the library in runtime. Remember to
* keep this in sync with the version declared in `package.json`
*/
export const jsVersion = '4.0.1';
export const jsVersion = '4.0.2';
Loading