I am trying to call multiple functions when I click onPress using TouchableOpacity
onPress
TouchableOpacity
For example:
functionOne(){ // do something
If you want to call a function and then navigate to a screen, then do this way.
{ this.onSubmit(); this.props.navigation.navigate('NextScreen') }}>