1. 6
    Accept User Input with React Native TextInput
    2m 35s

Accept User Input with React Native TextInput

InstructorChris Achard

Share this video with your friends

Send Tweet

In this lesson, we’ll accept user input for the first time with a text box. We’ll operate the text input as a controlled component, and store the text value in our component state. We’ll use that text input to perform a live search on the elements in the list.