react-native-phone-input
react-native-phone-input copied to clipboard
Phone input box for React Native
Android version :6.0
Seems that it only fills 1/3 of the screen. Is there any way to customize the height of the scroll picker?
I use library react native phone input. After I have to install this library I got wearing it. Anyone can help me what should I have fix it? My version...
Hi, I try to pre-fill the phone input field from the props, but when I apply the value with a setState() in the componentDidMount() of my component, the isValidNumber function...
Hi, That would be quite practical to have some of the example in a Snack Expo (https://snack.expo.io/) so we can give it a try painlessly. Thanks for your work.
{this.phone = ref;}} onChangePhoneNumber={(number) => {this.setState({mobile_no: number})}} /> If I try to clear the phone input completely , the number is getting cleared and only the flag is resetting. And...
Getting this error when index letter is pressed on the right side. `` const PhoneInputTest=()=>{ let phone = React.createRef() let countryPicker = React.createRef() const [timezone, setTimeZone] = useState(momentTz.tz.guess()) const [cca2,...