react-native-phone-input
react-native-phone-input copied to clipboard
Country Picker hides the Input Field in back
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'
