toystars / react-native-multiple-select

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

Multiple select in ScrollView #199

Closed amirbhz86 closed 2 years ago

amirbhz86 commented 2 years ago

I am using this library in Scrollview and I always facing this error in ios devices

WhatsApp Image 2022-03-15 at 6 11 00 AM e

I saw this issue and it seems nobody has a fix for it https://github.com/toystars/react-native-multiple-select/issues/175

amirbhz86 commented 2 years ago

I found a solution for fixing this bug after some time just import ScrollView from react-native-virtualized-view

like this :

import { ScrollView } from 'react-native-virtualized-view'
AugustoAleGon commented 2 years ago

Thanks for the solution.