Skip to content

Commit ddadd19

Browse files
Merged PR 41028: Update reanimated to prevent half screen visibility during transition (landsc...
Update reanimated to prevent half screen visibility during transition (landscape) Related work items: #139518
2 parents f14fe9f + fea3955 commit ddadd19

File tree

3 files changed

+47
-14
lines changed

3 files changed

+47
-14
lines changed

ios/Podfile.lock

+40-8
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ PODS:
19751975
- ReactCommon/turbomodule/bridging
19761976
- ReactCommon/turbomodule/core
19771977
- Yoga
1978-
- RNReanimated (3.16.7):
1978+
- RNReanimated (3.17.1):
19791979
- DoubleConversion
19801980
- glog
19811981
- hermes-engine
@@ -1987,18 +1987,44 @@ PODS:
19871987
- React-Fabric
19881988
- React-featureflags
19891989
- React-graphics
1990+
- React-hermes
1991+
- React-ImageManager
1992+
- React-jsi
1993+
- React-NativeModulesApple
1994+
- React-RCTFabric
1995+
- React-rendererdebug
1996+
- React-utils
1997+
- ReactCodegen
1998+
- ReactCommon/turbomodule/bridging
1999+
- ReactCommon/turbomodule/core
2000+
- RNReanimated/reanimated (= 3.17.1)
2001+
- RNReanimated/worklets (= 3.17.1)
2002+
- Yoga
2003+
- RNReanimated/reanimated (3.17.1):
2004+
- DoubleConversion
2005+
- glog
2006+
- hermes-engine
2007+
- RCT-Folly (= 2024.01.01.00)
2008+
- RCTRequired
2009+
- RCTTypeSafety
2010+
- React-Core
2011+
- React-debug
2012+
- React-Fabric
2013+
- React-featureflags
2014+
- React-graphics
2015+
- React-hermes
19902016
- React-ImageManager
2017+
- React-jsi
19912018
- React-NativeModulesApple
19922019
- React-RCTFabric
19932020
- React-rendererdebug
19942021
- React-utils
19952022
- ReactCodegen
19962023
- ReactCommon/turbomodule/bridging
19972024
- ReactCommon/turbomodule/core
1998-
- RNReanimated/reanimated (= 3.16.7)
1999-
- RNReanimated/worklets (= 3.16.7)
2025+
- RNReanimated/reanimated/apple (= 3.17.1)
20002026
- Yoga
2001-
- RNReanimated/reanimated (3.16.7):
2027+
- RNReanimated/reanimated/apple (3.17.1):
20022028
- DoubleConversion
20032029
- glog
20042030
- hermes-engine
@@ -2010,17 +2036,18 @@ PODS:
20102036
- React-Fabric
20112037
- React-featureflags
20122038
- React-graphics
2039+
- React-hermes
20132040
- React-ImageManager
2041+
- React-jsi
20142042
- React-NativeModulesApple
20152043
- React-RCTFabric
20162044
- React-rendererdebug
20172045
- React-utils
20182046
- ReactCodegen
20192047
- ReactCommon/turbomodule/bridging
20202048
- ReactCommon/turbomodule/core
2021-
- RNReanimated/reanimated/apple (= 3.16.7)
20222049
- Yoga
2023-
- RNReanimated/reanimated/apple (3.16.7):
2050+
- RNReanimated/worklets (3.17.1):
20242051
- DoubleConversion
20252052
- glog
20262053
- hermes-engine
@@ -2032,16 +2059,19 @@ PODS:
20322059
- React-Fabric
20332060
- React-featureflags
20342061
- React-graphics
2062+
- React-hermes
20352063
- React-ImageManager
2064+
- React-jsi
20362065
- React-NativeModulesApple
20372066
- React-RCTFabric
20382067
- React-rendererdebug
20392068
- React-utils
20402069
- ReactCodegen
20412070
- ReactCommon/turbomodule/bridging
20422071
- ReactCommon/turbomodule/core
2072+
- RNReanimated/worklets/apple (= 3.17.1)
20432073
- Yoga
2044-
- RNReanimated/worklets (3.16.7):
2074+
- RNReanimated/worklets/apple (3.17.1):
20452075
- DoubleConversion
20462076
- glog
20472077
- hermes-engine
@@ -2053,7 +2083,9 @@ PODS:
20532083
- React-Fabric
20542084
- React-featureflags
20552085
- React-graphics
2086+
- React-hermes
20562087
- React-ImageManager
2088+
- React-jsi
20572089
- React-NativeModulesApple
20582090
- React-RCTFabric
20592091
- React-rendererdebug
@@ -2624,7 +2656,7 @@ SPEC CHECKSUMS:
26242656
RNImageCropPicker: 3d888d481c65776063556b72c19893a8b8344b1b
26252657
RNNotifee: bc20a5e3d581f629db988075944fdd944d363dfe
26262658
RNPermissions: ce793b090ebb64b49e91aae92c0d37535f32b124
2627-
RNReanimated: 9ee6347ca0aa3cf78cae715455e781728ae142e2
2659+
RNReanimated: a41aa31f84a4d787d165125e5c874a2057154315
26282660
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
26292661
RNSVG: 536cd3c866c878faf72beaba166c8b02fe2b762b
26302662
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d

package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"react-native-keyboard-aware-scroll-view": "^0.9.5",
8282
"react-native-linear-gradient": "^2.8.3",
8383
"react-native-permissions": "^5.2.1",
84-
"react-native-reanimated": "3.16.7",
84+
"react-native-reanimated": "3.17.1",
8585
"react-native-reanimated-carousel": "^3.5.1",
8686
"react-native-render-html": "^6.3.4",
8787
"react-native-restart": "^0.0.27",

0 commit comments

Comments
 (0)