Advertisement
Guest User

Untitled

a guest
May 29th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. render(){
  2. return(
  3. {yourCondition ? <yourComponent /> : null}
  4.  
  5. { this.state.btn_state ? <View>
  6. {this.state.list_options}
  7. </View> : null }
  8. )
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement