forked from wix/react-native-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds iOS callback for viewWillAppear/didAppear e.t.c. * Adds in screen events on Android * Fixed issue with rightButtons getting ignored in preference for empty Screen buttons * Android screen lifecycle This commit is contains a few changes and enhancements to the PR made by simon: * Use getEventEmitter instead of sendNavigatorEvent * Dispatch willDisappear and didDisappear events when pushing screens * Dispatch willAppear and didAppear events when popping screen
- Loading branch information
1 parent
687b80b
commit d1febd3
Showing
3 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters