thegamenicorus / react-native-phone-input

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

Placeholder TextInput #38

Closed vksgautam1 closed 6 years ago

vksgautam1 commented 6 years ago

how to use placeholder as i am trying by offical docs but without luck <PhoneInput textProps={{placeholder:'Driver Login'}} ref={ref => { this.phone = ref; }} />

vksgautam1 commented 6 years ago

it's working fine. may be some build issue at that time