-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make the height of country picker longer? #123
Comments
If it helps, I used react-native-country-picker-modal which I found easier to customise, and display that in |
@ncuthbert I am getting this "undefined is not an object (evaluating '_this.countryPicker.openModal')" while using react-native-country-picker-modal? componentDidMount() { onPressFlag = () => { selectCountry = (country: any) => { |
@m4manjesh looks like there is a ticket open for the issue you describe. Seeing as it's come up recently for a number of people, it may be related to a recent version and I'd suggest downgrading, if possible. |
@ncuthbert Thanks for the response. Which version you are using? |
I'm using 0.2.2 at the moment. There was another issue in 0.2.4, so I've downgraded as a workaround. |
Seems that it only fills 1/3 of the screen. Is there any way to customize the height of the scroll picker?
The text was updated successfully, but these errors were encountered: