Dismiss the Keyboard in React Native

InstructorSpencer Carli

Share this video with your friends

Send Tweet

In this lesson you will learn how create a re-usable component that gives the user the ability to dismiss the keyboard whenever they tap outside of a TextInput. To accomplish this we'll take a look at the TouchableWithoutFeedback component and the Keyboard API.