rili-live / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
42 stars 54 forks source link

I attempted to use a placeholder, but it's not displaying. #61

Open rajak9930 opened 5 months ago

rajak9930 commented 5 months ago

<PhoneInput initialCountry="in" value={phoneNumber} onChangePhoneNumber={number => setPhoneNumber(number)} onPressFlag={toggleCountryPicker} style={styles.phoneInput} textStyle={{color: '#ffff'}} textProps={{placeholder:'Please Enter Phone Number'}}

    />
pasaninsharp commented 3 months ago

you have to remove initialCountry="in"