peterp / react-native-tags

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

Added onPress support for tag and ability to style TextInput #3

Closed havenS closed 7 years ago

DzmitryU commented 7 years ago

Hi! Would this updates give me possibility not to display textInput tag at all? I just want to display only initial tags.

havenS commented 7 years ago

I Hi @DzmitryU, I didn't test but I think you can set input style to something like:

{
  position: 'absolute',
  left: -10000
}

Give it a try and let me know

peterp commented 7 years ago

@havenS Sorry, I I hadn't noticed this PR, I'll review it asap and get back to you.