You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the side menu from a tab and opening showing a modal from the sidemenu, this is what happens:
side menu disappears, bottom tab disappears, modal appears,
Then when closing the modal, this happens:
side menu appears
modal disappears
But no bottom tab appear event, whilst on iOS, we do get a bottom tab appears event
What was the expected behaviour?
Same behaviour on iOS, when closing the modal, I would expect:
side menu appears
bottom tab appears
modal disappears
Was it tested on latest react-native-navigation?
I have tested this issue on the latest react-native-navigation release and it still reproduces.
Help us reproduce this issue!
See above steps
In what environment did this happen?
React Native Navigation version: 7.45.0 (also on 7.39.2, patched version we run in production)
React Native version: 0.76.5
Has Fabric (React Native's new rendering system) enabled: no
Node version: 20.17
Device model: Emulator
Android version: 15
The text was updated successfully, but these errors were encountered:
svenlombaert
changed the title
ComponentDidAppear for bottom tab not firing after modal that was pushed from side meu
ComponentDidAppear for bottom tab not firing after modal that was pushed from side menu closes
Apr 16, 2025
What happened?
When opening the side menu from a tab and opening showing a modal from the sidemenu, this is what happens:
Then when closing the modal, this happens:
But no bottom tab appear event, whilst on iOS, we do get a bottom tab appears event
What was the expected behaviour?
Same behaviour on iOS, when closing the modal, I would expect:
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
See above steps
In what environment did this happen?
React Native Navigation version: 7.45.0 (also on 7.39.2, patched version we run in production)
React Native version: 0.76.5
Has Fabric (React Native's new rendering system) enabled: no
Node version: 20.17
Device model: Emulator
Android version: 15
The text was updated successfully, but these errors were encountered: