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
You could bounce the click at the actual receiver methods, especially if you are dealing with the state for visual effects.
_onRefresh() { if (this.state.refreshing) return this.setState({refreshing: true});