react-native-phone-input icon indicating copy to clipboard operation
react-native-phone-input copied to clipboard

Flag Icon Bug?

Open Shpadoinkle opened this issue 8 years ago • 1 comments

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

Shpadoinkle avatar Sep 11 '17 05:09 Shpadoinkle

Solved the shifting issue by adding flagStyle={{width: 28, height: 19, position: 'absolute', left: 0}}...

elingersin1 avatar Oct 18 '17 09:10 elingersin1