react-native-places-input icon indicating copy to clipboard operation
react-native-places-input copied to clipboard

Property placeholderTextColor does not work for Android

Open dfalcon-rua opened this issue 3 years ago • 1 comments

dfalcon-rua avatar Mar 04 '21 18:03 dfalcon-rua

You can set it by passing it inside textInputProps

<PlacesInput
          textInputProps={{ placeholderTextColor: '#fff' }}
 />

cedjustin avatar Jul 13 '22 19:07 cedjustin