jaing / react-native-places-input

MIT License
46 stars 18 forks source link

Property placeholderTextColor does not work for Android #35

Open dfalcon-rua opened 3 years ago

cedjustin commented 2 years ago

You can set it by passing it inside textInputProps

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