DEV Community

Discussion on: Implementing a (swipe-up) bottom drawer with animations in React Native | No external libraries

Collapse
 
hemmingaskodan profile image
Hemming • Edited

Making it work in the App I'm making, my frustration was the animation when dragging. After a lot of head scratching, I found the solution to make the animation without it lagging. Inside animateMove function, set useNativeDriver to false.