jwohlfert23 / react-native-tag-input

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

Example code: can't add more than one tag? #55

Closed choiRyan closed 6 years ago

choiRyan commented 6 years ago

React native v0.54: The error actually seems to stem from https://github.com/facebook/react-native/issues/18374 . Didn't know whether to keep this issue open here.

nol13 commented 6 years ago

https://github.com/facebook/react-native/pull/19087 + https://github.com/facebook/react-native/pull/18627

both of these together seem to take care of it for me, if you feel like running a forked RN version until patch is merged.