Daniel Merrill

Results 81 comments of Daniel Merrill

can you create a snack that displays the issue? I cannot reproduce, and am confused about whether or not your example is complete--i.e. rendering a DraggableFlatList using opening/closing jsx with...

Weird! This looks like an issue with RN flatlist: https://github.com/facebook/react-native/issues/19150

Are you nesting the flatlist in another scrollable?

thanks looking into it now -- there may have been a bug recently introduced

please try 2.1.2 and let me know if the issue is fixed

@csath That's an issue with react-native-swipeable-item and not related to this issue. I've fixed it in 1.1.1 but please open an issue on that repo if you have future problems...

Looks like you're not running typescript? I just changed the export to be js in the latest release so you should no longer get that error. That said I've never...

`Animated` is pretty different from `react-native-reanimated`, I'd be surprised if that worked. There isn't much in the docs, but both Reanimated and RNGH seem to have partial web support as...

yeah so the issue on web is that `onScroll` doesn't seem to ever trigger, so the `scrollOffset` doesn't get updated. I'm guessing this is due to the scrolling div not...

Items are not really "hovered over" in this package, they move out of the way so that the hovering item can be dropped in their place. That said, you can...