In this keyboard handling tutorial for React Native apps you will learn how to solve the problem of the keyboard covering your input when you try to type on our app.
Watch this video to make sure your keyboard behaves itself and your users can see what they are typing.
Chapters:
00:00 Intro & Demo
02:58 KeyboardAvoidingView Basic Usage
10:17 Keyboard Events
17:15 Keyboard Refs
18:59 Installing react-native-keyboard-controller
20:23 Toolbar Example
25:55 Animating views in sync with keyboard height