Skip to content

Instantly share code, notes, and snippets.

@adam-stasiak
Last active April 26, 2018 11:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adam-stasiak/87420c9ae9a23c061839efd8491cba03 to your computer and use it in GitHub Desktop.
Save adam-stasiak/87420c9ae9a23c061839efd8491cba03 to your computer and use it in GitHub Desktop.
<Text
accessible= {true}
testID= {"ButtonText"}
accessibilityLabel= {"ButtonTextDesc"}
style={styles.textStyle}>
{!this.state.clicked? defaultButtonText: "Polidea"}
</Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment