react-native-router
react-native-router copied to clipboard
Add onWillFocus and onDidFocus props.
This will allow us to hook into the underlying Navigator so we can do things like show/hide the navigation bar based on Route.
I also added propTypes for self-documentation.