jimmybengtsson / react-native-tags-input

Input component for React Native to add and remove tags.
MIT License
84 stars 28 forks source link

ScrollView(maybe FlatList) Style issue #21

Open seyeon-kim opened 4 years ago

seyeon-kim commented 4 years ago

Hello, I try to use it however there is a problem about FlatList style issue. This is my app screen. issue

I used RN 0.62.1

pepeminor commented 4 years ago

I think we need to downgrade to 1.0.7 It's best way to continue our work.

jimmybengtsson commented 4 years ago

Hi! I look into this during this during the weekend. Take care!

seyeon-kim commented 4 years ago

@jimmybengtsson Thank you for reply!

jinaddavid commented 4 years ago

having same issue has it been resolved or i should downgrade to 1.0.7 . Thank you .

jimmybengtsson commented 4 years ago

By reverting (pull #19 ) the change from View to Flastlist added in 1.0.8, this shall not be an issue anymore. Can you please download version 1.0.10 and confirm that it’s working?!

Thanks!