0
Q:

react native elements input phone number max characters

<TextInput
  style={{height: 40, borderColor: 'gray', borderWidth: 1}}
  onChangeText={(text) => this.setState({text})}
  value={this.state.text}
  maxLength = {8}
/>
0
<TextInput value={this.state.text} maxLength={4} />
0

New to Communities?

Join the community