react-native-phone-number-input
react-native-phone-number-input copied to clipboard
textContainerStyleProp
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
I have also the same issue. @16ntu1120 Did you find a solution?
@garganurag893 Could you please give me a solution for this issue? Thanks in advance!
@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.