Skip to content

Possible way of trigging a method anytime a screen changes? #7263

Answered by hugo-chq
EladKarni asked this question in Q&A
Discussion options

You must be logged in to vote

registerComponentDidAppearListener might be a good starting point

Navigation.events().registerComponentDidAppearListener(({componentId}) => {
  console.log('componentId', componentId);
});

it should log the screen name when it changes

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@swabbass
Comment options

Answer selected by swabbass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants