| cead7711 | 28-Aug-2020 |
Stanisław Chmiela <[email protected]> |
[react-native-reanimated] Advertise v1, fix NCL (#9962)
# Why
We don't want to advertise Reanimated v2 just yet.
# How
- Reverted changes to `CHANGELOG` and `bundledNativeModules`.
- Downg
[react-native-reanimated] Advertise v1, fix NCL (#9962)
# Why
We don't want to advertise Reanimated v2 just yet.
# How
- Reverted changes to `CHANGELOG` and `bundledNativeModules`.
- Downgraded `react-native-reanimated` to v1 in `home`.
- Upgraded how `react-native-reanimated`'s `Easing` is used in ImagePreviewScreen
- got `Error: Exception in HostFunction: Malformed calls from JS: field sizes are different.`
- asked @Szymon20000 who recommended to ensure `Interpolate` and `Easing` are used properly for v2 (they weren't)
- changed `Easing` to `EasingNode`, the error went away
- Prettified file while I was there.
# Test Plan
Examples for both versions of Reanimated work on both platforms.
show more ...
|