nandorojo / moti

šŸ¼ The React Native (+ Web) animation library, powered by Reanimated 3.
https://moti.fyi
MIT License
3.91k stars 120 forks source link

moti with react navigation,and go to screeen with goBack ,animation not show ,but with push / replace shown, #167

Closed djamaatul closed 2 years ago

djamaatul commented 2 years ago

idk how to animating while component has did mount .if we goBack its doesnt play a animate

nandorojo commented 2 years ago

thatā€™s because itā€™s already mounted on the first screen. if you want you could use useAnimationState, create different variants, and fire them when the screen focuses/blurs