I have a TouchableHighlight wrapping a Text block that when tapped, opens a new scene (which I\'m using react-native-router-flux). It\'s all wo
TouchableHighlight
Text
If you are using react-navigation, you can supply a key property to navigate to ensure only one instance is ever added to the stack.
react-navigation
key
navigate
via https://github.com/react-navigation/react-navigation/issues/271