react-native-phone-number-input
react-native-phone-number-input copied to clipboard
disabled the flag or the text input
Can I disabled the flag or the dropdown flag ?
When you add
countryPickerProps={{
disableNativeModal: true
}}
The styled is broken.
Workaround that I use:
Prevent modal to show.
<PhoneInput
countryPickerProps={{ modalProps: { visible: false } }}
/>
disableNativeModal: true works but has styling issues . also <PhoneInput countryPickerProps={{ modalProps: { visible: false } }} /> works only for ios