| #
74fdfb33 |
| 12-Jan-2023 |
Kudo Chien <[email protected]> |
[go] upgrade reanimated to 2.14.0 (#20798)
# Why
unblock for react native 0.71 upgrade, previous reanimated doesn't support 0.71.
# How
- `et uvm -m react-native-reanimated -c 349a1c9305b5c
[go] upgrade reanimated to 2.14.0 (#20798)
# Why
unblock for react native 0.71 upgrade, previous reanimated doesn't support 0.71.
# How
- `et uvm -m react-native-reanimated -c 349a1c9305b5cdb22480e3631f40b70743825dde`
- 2.14.0 doesn't have a tag on github, so to use commit hash instead.
- [ios] fix integration: https://github.com/software-mansion/react-native-reanimated/blob/7ae587b1f5d943f880d5cd4ec9da319ac4d23418/ios/native/REAInitializer.mm#L62-L63
- [android] fix transform for the reanimated version
# Test Plan
unversioned expo go + reanimated ncl
show more ...
|