-
So I have an app with several bottom navigation tabs. If the user is navigating within one of these tabs (selects that tab, and navigates around within it), I'd like to call a function each time they move screens inside there. Is that possible? My current way of solving this would probably be to run something on each update, and check that the tab index is still pointing to the one I want to keep track of. Any ideas would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it should log the screen name when it changes |
Beta Was this translation helpful? Give feedback.
registerComponentDidAppearListener
might be a good starting pointit should log the screen name when it changes