Created
April 23, 2020 00:41
-
-
Save AppleCEO/670a8e8236d5c751ab41f3fc81071be2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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