A wrapper component for TextInput that accepts only numerical values
- Import the component:
import NumTextInput from 'react-native-num-textinput'
- Use it like a regular TextInput.
Inside your render() method:
onChangeText={(text)=> this.setState({myText:text})}
value={this.state.myText.toString()}
/>```
## License
[MIT](https://opensource.org/licenses/MIT) license.