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

textContainerStyleProp

Open 16ntu1120 opened this issue 4 years ago • 3 comments

Whenever I try to type number in this input it doesn't appear while implementing it as same in demo project shows the color of number in black but when I implement it in my main project it does not appear i tried to change its color : "white" but nothing changed. The flag and the code appears black but when I try to write number it is white for confirmation I logged the state of formatted value there exist the number I type? Need Help thanks in Advance

16ntu1120 avatar Dec 10 '20 08:12 16ntu1120

I have also the same issue. @16ntu1120 Did you find a solution?

ninjadev106 avatar Dec 20 '20 11:12 ninjadev106

@garganurag893 Could you please give me a solution for this issue? Thanks in advance!

ninjadev106 avatar Dec 21 '20 03:12 ninjadev106

@fullstackdev6001 in my case I was placing the react-native-phone-number-input component inside the Surface element that I imported from react-native-paper ... I took react-native-phone-number-input component out from that surface and designed it give it the height and width similar to that surface height width it worked for me. you can try this one.

16ntu1120 avatar Dec 21 '20 07:12 16ntu1120