Sainath Latkar

Results 4 comments of Sainath Latkar

Refer to this link [How to make your React Native app respond gracefully when the keyboard pops up](https://medium.freecodecamp.org/how-to-make-your-react-native-app-respond-gracefully-when-the-keyboard-pops-up-7442c1535580 )

works for me perfectly.

@AishwaryaSurana for android you need to use KeyboardAvoidingView. something like this. Make sure that your popup is visible after some event like clicking a button etc before doing this change....

@faisal2173 @alake2 @bm-software have you guys tried using KeyboardAvoidingView for android? I have been using it for months now. It works like a charm. If you did what problems are...