Guest User

Untitled

a guest
Apr 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <TextInput
  2. style={styles.textInput}
  3. placeholder="Quiz Deck Title"
  4. autoFocus={true}
  5. value={this.state.title}
  6. onChangeText={(title) => this.controlledTextInput(title)}
  7. />
Add Comment
Please, Sign In to add comment