Skip to content

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

Open
@svenlombaert

Description

@svenlombaert

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions