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

fix removeIndex function #32

Closed DZamataev closed 7 years ago

DZamataev commented 7 years ago

Fixes the issue with tag not getting removed after clicking on cross button. Possibly caused by redux-form usage.