**Describe the bug** Use TextInput component inside the Dialog, the Dialog Component is cover by keyboard. **Expected behavior** The keyboard shouldn't cover TextInput. I think we should use KeyboardAvoidingView as root View.
Describe the bug
Use TextInput component inside the Dialog, the Dialog Component is cover by keyboard.
Expected behavior
The keyboard shouldn't cover TextInput. I think we should use KeyboardAvoidingView as root View.