mmazzarolo / react-native-dialog

Pure JavaScript React-Native dialog
MIT License
682 stars 111 forks source link

keyboard avoiding (Android) #115

Open enigmablue opened 3 years ago

enigmablue commented 3 years ago

Hi my keyboard is showing over the textbox for my android device . Is there an easy way for the container to be managed within keyboard avoiding view automatically?

mmazzarolo commented 3 years ago

Hi @enigmablue. I think on Android you'll get what you're trying to achieve by playing with the windowSoftInputMode in the Android XML manifest instead?