react-native-phone-number-input icon indicating copy to clipboard operation
react-native-phone-number-input copied to clipboard

Change placeholder text color

Open rodrigof1307 opened this issue 3 years ago • 1 comments

Hey Is it possible to style the placeholder, in particular the text color?

rodrigof1307 avatar Nov 09 '21 15:11 rodrigof1307

You can do this by changing the input props.

Ex:

textInputProps={{
  placeholderTextColor: 'red'
}}

Matteo-Peronnet avatar Dec 15 '21 13:12 Matteo-Peronnet