Leonardo E. Dominguez

Results 58 comments of Leonardo E. Dominguez

> It's possible because you use primes 3, wait for a new version release, or try my temporary patch https://github.com/allyusd/prisma-schema-transformer This worked for me. If anyone wants to use it...

I'm also experiencing this, not sure what broke it because it was working before.

That's right, v0.7 works well. If I recall right v0.8 is a complete rewrite of the library and in my opinion, it's smoother than v0.7, that's why I prefer reporting/fixing...

Sweet! I tried to take a look at fixing the issue but I don't understand very well all the moving pieces inside the `PanResponder` so I think I'll leave that...

@ammarahm-ed I'm trying to fix the scrolling issue and if I remove the `scrollEnabled` property and the `setNativeProps` calls that disable `scrollEnabled` from the `useScrollHandlers` hook, everything works as expected,...

These are the changes that fixed it for me, I'm not sure what implications it has but I'll be using it as a workaround until we find a proper fix....

@ammarahm-ed Yes, I think it does. Not sure if there's another gesture that should work inside the scroll view, besides swiping the sheet down when the scroll view reaches the...

So, it's working perfectly on iOS, and on Android, the list works but sometimes, when reaching the top of the list, the swipe doesn't close the action sheet.

Sweet! Also, removing `setNativeProps` adds support for using more list components, like `FlashList` which doesn't support `setNativeProps`. Also, RN recommends migrating off that, to another method because that won't work...

You forgot to await the `hide` function, that might fix your error.