Get in touch
or send us a question?
CONTACT

Clear React Native TextInput

1.Add ref to your TextInput, for example:
<TextInput ref={input => { this.textInput = input }} />

2.then call this.textInput.clear() to clear your input value