thegamenicorus / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
394 stars 447 forks source link

Country Picker hides the Input Field in back #104

Open usamaazam10 opened 5 years ago

usamaazam10 commented 5 years ago

When I press the input field, keyboard appears perfectly and my view scrolls up. But When I press country then it hides my View. And my view does not scroll up. I am using KeyboardAwareScrollView as root view with following contentContainerStyle style. flex: 1, flexDirection: 'row', alignItems: 'flex-end', justifyContent: 'center'

issue