You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just created a new view and just placed on it, but I noticed when the picker is right at the top of the screen, when you press over the "Select Country" it immediately closes it with no reason and you can't select anything else. But, if I put it on the middle of the screen (or a marginTop of 400) it works just fine. Any clue what is it?
Steps to Reproduce / Code Snippets
Create a screen with only Country picker at the top:
return (
<View>
<CountryPicker />
</View>
);
};
Expected Results
Country picker opens and I can choose a country
Additional Information
Nodejs version: v16.6.1
React version: 17.0.1
React Native version: 0.64.2
react-native-country-picker-modal version: ^2.0.0
Platform(s) (iOS, Android, web, or all?): Android
TypeScript version: 4.5.4
The text was updated successfully, but these errors were encountered:
Issue Description
I just created a new view and just placed on it, but I noticed when the picker is right at the top of the screen, when you press over the "Select Country" it immediately closes it with no reason and you can't select anything else. But, if I put it on the middle of the screen (or a marginTop of 400) it works just fine. Any clue what is it?
Steps to Reproduce / Code Snippets
Create a screen with only Country picker at the top:
Expected Results
Country picker opens and I can choose a country
Additional Information
The text was updated successfully, but these errors were encountered: