Open Inveth opened 1 year ago
I was having a similar issue using the MultiSelect
component but for Android only.
Looks like a left view responsible for detecting the scroll-touching events is floating in the left part of the screen. You can check this behavior on the print screen below (I've added a red background to make it clear):
To solve this I removed the left prop from a <View>
inside the lib component and put this prop into another child <View>
. Below is the result after the solution is applied:
I don't have time now to fork the repository and create a PR, but I've created a patch to solve this issue and also this other one.
Here is the patch: react-native-element-dropdown+2.9.0.patch
At me scrolling on Android desn't work as well
Hello,
I've used very first example from docs but manipulating container to become 50% of screen width and center either with flex or marginLeft would make dropdown scrollable only on left side of it.
I've tried downgrading the package to 2.5.2 but that does not help.