toystars / react-native-multiple-select

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

Is there a way to prevent the bounce up effect? #192

Open Brandon-Perry opened 3 years ago

Brandon-Perry commented 3 years ago

Issue summary

So I have enough options on my list that it overflows below the screen. When I try to scroll down to see the bottom items, it bounces back up to the top. Is there any way to prevent that so it stays at the point you scrolled to?

Library versions

react-native: 0.64.2 react-native-multiple-select: 0.5.7

Steps to Reproduce

  1. Write a Multiselect with enough options that it runs below the screen
  2. Try to scroll down