peterp / react-native-tags

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

Add props last so that onSubmitEditing etc can be modified #44

Closed kp666 closed 5 years ago

kp666 commented 5 years ago

If i wanted to use a different function for onChangeText, I could pass that as a props. In my case I would like to have duplicate tags, so changetext needed to be changed.