jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
232 stars 104 forks source link

Allow more non-invasive customization #29

Closed Pourliver closed 6 years ago

Pourliver commented 7 years ago

I added the ability to hide the X on tagsadded the possibility to override the default onPress event of tags and can now disable editing with a prop.

My use case for this is a suggested tag list. When clicked, the clicked tag goes in the another tag list.