I have two scrollviews with Pressable inside but when I scroll inside the scrollview it triggers the pressable button. I'd like to avoid trigger that pressable on scroll but only on press as it should be.
Here you can see what I mean : https://imgur.com/zh6Jch8 Sorry we can't see the mouse, I don't know how to show it with Android studio.
I've implemented onLongPress with Pressable but it's not really great as it results in worse user experience.
No code provided here : I just use Pressable with on onLongPress for now inside scrollview or Flatlist