Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <Button onPress={this.emit} title={this.state.open
  2. ? "Turn off"
  3. : "Turn on"} color="#21ba45" accessibilityLabel="Learn more about this purple button" />
  4. <Text>{this.state.mydata}</Text>
  5. <TextInput>A text input</TextInput>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement