Guest User

Untitled

a guest
May 20th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <TextInput
  2. ref='mobileNo'
  3. keyboardType="numeric"
  4. style={[styles.textInput, { width: '100%' }]}
  5. placeholder='Enter mobile number'
  6. onChangeText={(value) => this.handleChange('mobileNo', value)} />
Add Comment
Please, Sign In to add comment