Skip to content

ComponentDidAppear for bottom tab not firing after modal that was pushed from side menu closes #8001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
svenlombaert opened this issue Apr 16, 2025 · 0 comments

Comments

@svenlombaert
Copy link

What happened?

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

@svenlombaert 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant