Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created April 23, 2020 00:41
Show Gist options
  • Select an option

  • Save AppleCEO/670a8e8236d5c751ab41f3fc81071be2 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/670a8e8236d5c751ab41f3fc81071be2 to your computer and use it in GitHub Desktop.
<TouchableOpacity onPress={(props) => { this.props.navigation.goBack(null) }}>
<Image style={styles.backImage} source={require('./images/back.png')} />
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment