oblador / react-native-animatable

Standard set of easy to use animations and declarative transitions for React Native
MIT License
9.83k stars 701 forks source link

Slide Out animation broken on v1.4.0 #409

Open russriser opened 5 months ago

russriser commented 5 months ago

Slide Out animations do not slide all the way off screen starting on v1.4.0

I use Animatable SlideOut animations for screen transitions, and after updating, the screens do not slide all the way out of frame. For testing, I applied a simple SlideOut animation to a standard button, and it only slides 1/3 of the way off.

For now, I've reverted to 1.3.3 which doesn't have the issue.