oblador / react-native-animatable

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

Slide Out animation broken on v1.4.0 #409

Open russriser opened 7 months ago

russriser commented 7 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.

dkahdwk commented 1 month ago

same issue