peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

Placeholder Color #46

Closed nica0012 closed 4 years ago

nica0012 commented 4 years ago

Hi, is there any way to change the color of the placeholder text?

nica0012 commented 4 years ago
        textInputProps={{
          placeholder: 'Add some tags...',
          **placeholderTextColor: colors.grayIcon**
        }}