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
Nesting a scrolling list within the draggable panel appears to be giving me issues.
i.e. sometimes when I attempt to scroll the list nested within the draggable panel the panel will start dragging.
Just a quick question really to see if this is actually a limitation of the component or whether it should be possible to get these things to work together?
Environment
Version: 2.4.3
React Native version: 0.63.2
Platform(s) (iOS, Android, or both?): Android
Device info (Simulator/Device? OS version? Debug/Release?): Pixel 5, Android 11
The text was updated successfully, but these errors were encountered:
Worked for me ^ Thanks! Although I had to change the Hooks implementation to the class equivalent with setState, and the solution does somewhat break when trying to use the accessibility larger text feature on iOS
Issue Description
Nesting a scrolling list within the draggable panel appears to be giving me issues.
i.e. sometimes when I attempt to scroll the list nested within the draggable panel the panel will start dragging.
Just a quick question really to see if this is actually a limitation of the component or whether it should be possible to get these things to work together?
Environment
The text was updated successfully, but these errors were encountered: