Daniel Merrill

Results 81 comments of Daniel Merrill

The root issue seems to be that the `PanGestureHandler` that wraps the flatlist has a bad interaction with `RefreshControl`. I spent a while trying to find a fix but didn't...

hm, you likely need to use older versions of RNGH/Reanimated to support pre-60 RN. Which versions do you have installed?

Sounds like you might have some bad cached deps. This package does not directly reference those files. It does use a perf feature introduced in reanimated 1.4 (proc) but will...

looks like an upstream bug -- https://github.com/software-mansion/react-native-reanimated/issues/409

submitted an issue on the reanimated repo: https://github.com/software-mansion/react-native-reanimated/issues/3182

you can use the "beta" tagged release if you want to give the fully-reanimated-v2-api version of draggable flatlist: https://www.npmjs.com/package/react-native-draggable-flatlist?activeTab=versions Unfortunately, there's a "performance vs support" tradeoff -- reanimated v1 is...

hm, you probably need to add `simultaneousHandlers`. I'm not sure if you can do this with what is currently exposed.

not sure about the weird list behavior, but a few things i noticed: - you should probably pull `addListener` off of `navigation` and use that as your effect dep, or...

I'm guessing this has to do with the fact that your list header is changing size. Can you try updating `layoutInvalidationKey` with `loading`, `code`, and anything else that affects your...