I am trying to call multiple functions when I click onPress using TouchableOpacity
onPress
TouchableOpacity
For example:
functionOne(){ // do something
You can also make this with a boolean value. Example ;
{ this.functionOne() || this.functionTwo()}}/>