DEV Community

Discussion on: Let's Create A Custom Animated Tab Bar With React Native

Collapse
 
alisherakb profile image
Alisher Akbarov • Edited

I have three tabs, one of them is draggable from its initial position.

InitialPosition of centerTab = x: 0, y: 250:

Screenshot 1

SnapPoint of CenterTab = x: 0, y: 72 , i.e can be dragged to this Y value and open new screen:

Screenshot 2

Thread Thread
 
hrastnik profile image
Mateo Hrastnik

No idea how to help you. Perhaps Reanimated / Animatable or something like that.