You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I was having a similar issue using the MultiSelect component but for Android only.
Problem
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):
Solution
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.
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.
The text was updated successfully, but these errors were encountered: