react-native-phone-number-input
react-native-phone-number-input copied to clipboard
Change placeholder text color
Hey Is it possible to style the placeholder, in particular the text color?
You can do this by changing the input props.
Ex:
textInputProps={{
placeholderTextColor: 'red'
}}