react-native-community / releases

React Native releases
https://github.com/facebook/react-native/
1.5k stars 405 forks source link

State not re-render while changing the state #147

Closed arbabr96 closed 4 years ago

arbabr96 commented 4 years ago

{ this.state.showButton ?

Hello TouchableOpacity

: null }

whenever i changed the state through method it'll not change the view according to my condition React Native version 0.60.5 i tried all the solution on github but i was failed to resolve it. if anyone solved this issue kindly answer my question

lucasbento commented 4 years ago

@arbabr96: this is not the place to post issues, I recommend that you ask this question on Stack Overflow as it seems to be a more suited place for this sort of inquiry.