Update to RN 0.81, Reanimated 4, FlashList 2#483
Update to RN 0.81, Reanimated 4, FlashList 2#483andreialecu wants to merge 7 commits intoPedroBern:mainfrom
Conversation
they will be handled by expo prebuild
…e project BREAKING CHANGE: FlashList v2 no longer exposes MasonryFlashList, just use a regular FlashList with masonry prop
BREAKING CHANGE: Requires react-native-reanimated v4 and react-native-flashlist v2
|
Released to npm as v9.0.0-rc.0 for testing |
|
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! |
|
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. |
|
I just tested this one and notice that the Flashlist version is a bit slow. |
|
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 😞 |
|
@andreialecu With the recent release of Expo 55 Beta and the removal of the Legacy Architecture, do you think we can move this PR forward? |
A few breaking changes here, this requires new architecture and reanimated v4.
Also removes MasonryFlashList because it's now just a prop for FlashList.