react-native-places-input
react-native-places-input copied to clipboard
Property placeholderTextColor does not work for Android
You can set it by passing it inside textInputProps
<PlacesInput
textInputProps={{ placeholderTextColor: '#fff' }}
/>