Is your feature request related to a problem? Please describe.
The menu component has a beautiful opening animation that only works when first opened. Subsequent opens just have the menu immediately appear
Describe the solution you'd like
add
scaleAnimationRef.current.setValue({x: 0, y: 0})
right before the Animated.parallel referenced above to reset the scaleAnimation, or within hide(), to re-animate it
Describe alternatives you've considered
n/a
Additional context
n/a
Is your feature request related to a problem? Please describe.
The menu component has a beautiful opening animation that only works when first opened. Subsequent opens just have the menu immediately appear
Describe the solution you'd like
add
right before the Animated.parallel referenced above to reset the scaleAnimation, or within hide(), to re-animate it
Describe alternatives you've considered
n/a
Additional context
n/a