Guest User

Untitled

a guest
Feb 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <Text
  2. accessible= {true}
  3. testID= {"ButtonText"}
  4. accessibilityLabel= {"ButtonTextDesc"}
  5. style={styles.textStyle}>
  6. {!this.state.clicked? defaultButtonText: "Polidea"}
  7. </Text>
Add Comment
Please, Sign In to add comment