Skip to content

How to determine when transitioning? (v5) #9681

Answered by satya164
swrobel asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to check when the screen is transitioning, you can add listeners on transitionStart and transitionEnd: https://reactnavigation.org/docs/stack-navigator/#events

Though not sure why users can tap on a disabled button. Maybe you should add a debounce on your onPress to avoid multiple taps.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@swrobel
Comment options

@satya164
Comment options

@swrobel
Comment options

@satya164
Comment options

@swrobel
Comment options

Answer selected by swrobel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants