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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments