benevbright/react-navigation-collapsible

Can we have animation when calling showHeader ?

Closed this issue · 1 comments

i would like show header back how they went up, right now its coming as static one when calling show header

Adding
Animated.timing(positionY,{
toValue:0,useNativeDriver:true,
}).start()

in showheader functions solves this problem