react-native-phone-input
react-native-phone-input copied to clipboard
Flag Icon Bug?
Hey Guys.
Not sure if this issue is just located to android. But there doesn't seem to be an empty state flag icon for me.
If the input doesn't register as a country, the flag dissapears, shifting all content over to the left until a proper region number is detected, then the flag icon reappers and shifts input right.
Cheers guys,
image below for above mentioned flag issue
https://plussprdstorage.blob.core.windows.net/uploads/23046-1/636407029301506351416ddd.png
Solved the shifting issue by adding flagStyle={{width: 28, height: 19, position: 'absolute', left: 0}}...