Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <TextInput
  2. defaultValue={this.state.value}
  3. onChangeText={this.handleChangeText}
  4. />
  5. <Text> You are writing {this.state.value}</Text>
  6. </View>
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement