codypearce / material-bread

Cross Platform React Native Material Design Components
https://material-bread.org/
MIT License
322 stars 119 forks source link

Dialog Component is cover by keyboard #432

Open tomcheung1208 opened 3 years ago

tomcheung1208 commented 3 years ago

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.