This is an example on how to use React Native's BackAndroid along with the Navigator.
componentWillMount registers an event listener to handle the taps on the back button. It checks if there is another view in the history stack, and if there is one, it goes back -otherwise it keeps the default beha...