software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.61k stars 1.26k forks source link

Fix test of animations on Android #6199

Open Latropos opened 2 days ago

Latropos commented 2 days ago

Summary

This PR contains changes necessary to make tests of animations pass on Android. I also make function getAnimatedStyle return correct type of a prop (previously it was always returning a string)

Test plan

Run tests of animations on Paper on both IOS and Android.

The only error is the following one on IOS:

image image