Daniel Merrill

Results 81 comments of Daniel Merrill

Good idea, it was a simple addition. Please try `v4.0.0-beta.10` (published under `beta` tag): https://www.npmjs.com/package/react-native-draggable-flatlist/v/4.0.0-beta.10?activeTab=versions added props: `itemEnteringAnimation` `itemExitingAnimation` `itemLayoutAnimation`

hm actually i have some more work to make sure that layout animations _don't_ apply on drag reorder

dang yeah, I was trying the same approach of not setting the `layout` prop when the drag is active (I was re-enabling it in `onLayout`, so, after all rendering takes...

@jamesxabregas I finally figured out a super hacky way to achieve disabling/re-enabling layout animations by keying into the global object that reanimated uses to register layout animations: https://github.com/computerjazz/react-native-draggable-flatlist/blob/37ed93d2bc440144a6a62ce27544d5fa78a2814c/src/components/CellRendererComponent.tsx#L140-L143 I published...

@SherifMega there is no specific date, I'm planning on releasing once it feels solid and I no longer have critical issues -- if you want to speed things along I'd...

I wasn't satisfied with the workaround as it still introduces a flash of default blue before the polygon updates, so I did some experimenting and found some leads. Maybe someone...

So, here's my theory based on a very limited understanding of how reanimated works: I _think_ that in order for an animated node to be evaluated every frame, it must...

I opened a reanimated issue here: https://github.com/software-mansion/react-native-reanimated/issues/3296

You could render the three grouped items as a single list item.

Please upgrade draggable flatlist to 4.0.1 @mhuretski