react-native-collapsible-tab-view icon indicating copy to clipboard operation
react-native-collapsible-tab-view copied to clipboard

Update to RN 0.81, Reanimated 4, FlashList 2

Open andreialecu opened this issue 3 months ago • 6 comments

A few breaking changes here, this requires new architecture and reanimated v4.

Also removes MasonryFlashList because it's now just a prop for FlashList.

andreialecu avatar Sep 20 '25 10:09 andreialecu

Released to npm as v9.0.0-rc.0 for testing

andreialecu avatar Sep 20 '25 10:09 andreialecu

Thanks for rc.0! I updated to expo 54 and v 8.0.0 was crashign on it in some situations. With v8 it works good!

compojoom avatar Sep 24 '25 15:09 compojoom

With v8 and this rc.0 version I'm getting a crash when navigating to the screen that contains the example code with expo router, the screen does a proper render tbh, because I can see the animation happening up to the middle of the screen before the crash. I haven't done a clean project, but I wasn't doing much, just adding a new screen that contained the same code as the example to try it out.

Update: I think this may have been related to Nativewind, I'm investigating it.

castrolem avatar Sep 24 '25 17:09 castrolem

I just tested this one and notice that the Flashlist version is a bit slow. I think version 2.0.2 is used here, updating to the latest version 2.1.0 would be interesting, what do you think?

Randall71 avatar Sep 26 '25 17:09 Randall71

With v8 and this rc.0 version I'm getting a crash when navigating to the screen that contains the example code with expo router, the screen does a proper render tbh, because I can see the animation happening up to the middle of the screen before the crash. I haven't done a clean project, but I wasn't doing much, just adding a new screen that contained the same code as the example to try it out.

Update: I think this may have been related to Nativewind, I'm investigating it. The same question, have you got the results yet?

ReedYu avatar Oct 08 '25 15:10 ReedYu

The same question, have you got the results yet?

I don't have an aswer @ReedYu, I tried with the rc of nativewind but no luck, and I pivoted because we are changing our UI and I had to write a native module for our use case 😞

castrolem avatar Oct 08 '25 17:10 castrolem