-
Let me give some context on the arch of components in said Impl. Components Types:
For example: RootComponent: 3 Tabs (A, B, C) (one is active, others are inactive in ChildNavState, but child stored in a concurrent map)
All works good if I host Stack or Overlay in A / B / C, back works as expected. BUT as soon as I create another simpleNavigation source just like above in a container lets say Now back navigation breaks. Example Code for using navigation in B / C.
After having above, back button just exits the whole app. If above is not clear, can give more details or add as a contributor in the repo(private as of now), so can checkout the real code. Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello! Yes, a reproducer project would be much easier to understand and debug. Would it possible to provide one? |
Beta Was this translation helpful? Give feedback.
-
Turned out that the child components in the root Generic Navigation were always INACTIVE, so they couldn't intercept the back button. |
Beta Was this translation helpful? Give feedback.
Turned out that the child components in the root Generic Navigation were always INACTIVE, so they couldn't intercept the back button.