DEV Community

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

Collapse
 
fanchenbao profile image
Fanchen Bao

Very helpful, as this is my first foray into the Animation black magic. However, I am more in favor of the workflow demoed in the document, especially the use of setOffset() and flattenOffset() to control the drawer animation while it is being dragged.