raynor85 / react-native-material-selectize

A React Native component inspired to Selectize which follows Material Design guidelines.
MIT License
55 stars 32 forks source link

Inside ScrollView #32

Open turtlebe opened 4 years ago

turtlebe commented 4 years ago

Thank you for your awesome library. But what if I place this inside a ScrollView with many items that need scrolling? Thank you.

AndreyPatseiko commented 2 years ago

Steal no solution for this problem. When I tried use it inside ScrollView got RN error: VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.