xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.08k stars 802 forks source link

How to reduce height of PhoneInput [Android] #387

Closed VikasSahu closed 3 years ago

VikasSahu commented 3 years ago

Issue Description

[I want to reduce the size of PhoneInput view, I tried it by providing height in containerStyle, also tried by providing height to parent view. When I give heigh the text is not showing which I am typing. It's working fine in ios]

Steps to Reproduce / Code Snippets

[Simple copy paste the example code and give size to parent or containerStyle]

Expected Results

[Want to set height and number should visible]

Additional Information