-
Notifications
You must be signed in to change notification settings - Fork 213
Update to RN 0.81, Reanimated 4, FlashList 2 #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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. |
A few breaking changes here, this requires new architecture and reanimated v4.
Also removes MasonryFlashList because it's now just a prop for FlashList.