-
|
Hello, how to auto dismiss when i navigate to other screen? |
Beta Was this translation helpful? Give feedback.
Answered by
lodev09
Jan 6, 2026
Replies: 1 comment
-
|
You'll have to dismiss it manually yourself. You can play around with react-navigation's lifecycle events like blur or something. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lodev09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll have to dismiss it manually yourself. You can play around with react-navigation's lifecycle events like blur or something.