hope all is well.
I seem to be having difficulty with a basic button functionality. All I need is the state of the class to change and the button style to change every-
Simplest way with TouchableOpacity and active styles:
this.setState({active: !this.state.active})}>