-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead. #410
Comments
use scrolllist mode as documented: https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/advanced/list-modes#notes duplicate #56 |
Oh, so you've got your fingers dipped in this repo too? Nice docs. Do you know what's used to generate those? |
Hey 👋 - Yeah, it's the only really cross-platform picker I saw that seemed reasonably maintained and did what I wanted - needed one for a commercial project and it won the bake-off. No idea on docs, I haven't used the repo for long, but they're out-of-tree in their own repo https://github.com/hossein-zare/react-native-dropdown-picker-website |
I'm rebuilding the BGGeo demo app from scratch. I'll prob render about 20 of these in a list for the Settings screen. |
Mind that zIndex - I learned that I knew nothing of zIndex until I attempted to use this package, but it can work if you're careful - #376 |
I'm just going to use MODAL mode. zIndex problem is moot, no? |
I believe so, yes! |
Did you find |
I saw a few like that, my UI requirements were non-modal / non-native appearance, they wanted dropdowns to dropdown right from the dropdown like a website select, and I wanted something that was pure js so that could work in react-native-web as well once I was familiar with the package |
I'm not able to use this Picker inside a Scroll View. Do you have any idea?
JSX Code: https://pastebin.com/CScKnb5B
The text was updated successfully, but these errors were encountered: