toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Update react-native-multi-select.js #107

Open h0nor opened 5 years ago

h0nor commented 5 years ago

added "nestedScrollEnabled={true}" attribute to FlatList inside "_renderItems" method. This solves the scroll problem of the list if the component is rendered inside a ScrollView. Also note if the multiselect is placed inside a ScrollView, this parent ScrollView should also enable nested scroll using the same attribute.