Skip to content

Instantly share code, notes, and snippets.

@eldorplus
Forked from adam-stasiak/CustomButton.js
Created April 26, 2018 11:42
Show Gist options
  • Save eldorplus/71cb1a17358e6fb0f55b95e409055b90 to your computer and use it in GitHub Desktop.
Save eldorplus/71cb1a17358e6fb0f55b95e409055b90 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