react-native-phone-number-input
react-native-phone-number-input copied to clipboard
Support placeholderTextColor prop
Hey Anurag!
Thank you so much for this amazing npm package!!
I needed to be able to specify the placeholderTextColor so I thought I'd submit a PR. I made the code so if it's not specified, it falls back to a close approximation of the default placeholder text color, 35% black. I also added the new prop to the README page.
I tried it in my project and it works. Hope you'll consider merging it into your project.
If necessary you can reach me by email: justinschier [at] gmail.com
Thanks! Justin Schier
exactly what we needed at my company and worked perfectly with patch package 👍
You can do this by changing the input props.
Ex:
textInputProps={{
placeholderTextColor: 'red'
}}
Hey Anurag Can we please merge the changes of @justinschier asap Thanks