peterp / react-native-tags

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

Custom strings to create tag and press return for new tag #22

Closed peterp closed 6 years ago

peterp commented 6 years ago

You can now specify a custom array of strings that will trigger a tag creation:

<Tag createTagOnString ={[",", " "]} />

You can also make return create a tag.

Closes #15