Skip to content
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

Add screenPopped event on iOS #5748

Merged
merged 9 commits into from
Dec 18, 2019
Merged

Add screenPopped event on iOS #5748

merged 9 commits into from
Dec 18, 2019

Conversation

yogevbd
Copy link
Collaborator

@yogevbd yogevbd commented Dec 9, 2019

Navigation.events().registerScreenPoppedListener(({ componentId }) => {

});

lib/ios/RNNStackController.m Outdated Show resolved Hide resolved
@yogevbd yogevbd requested a review from guyca December 11, 2019 09:25
@guyca guyca merged commit 71af559 into master Dec 18, 2019
@guyca guyca deleted the screenPoppedEvent branch December 18, 2019 13:23
vshkl pushed a commit to vshkl/react-native-navigation that referenced this pull request Feb 5, 2020
Called each time a screen is popped, either due to `Navigation.pop` or pop gesture.
closes wix#3941 

Navigation.events().registerScreenPoppedListener(({ componentId }) => {

});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants