react-native-phone-input icon indicating copy to clipboard operation
react-native-phone-input copied to clipboard

Country Picker hides the Input Field in back

Open usamaazam10 opened this issue 6 years ago • 0 comments

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

usamaazam10 avatar Jun 24 '19 07:06 usamaazam10