-
Notifications
You must be signed in to change notification settings - Fork 295
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
Flash-list library not working on React Native 0.71.4 with new architecture and Fabric #811
Comments
Are the maintainers going to support New Arch ? |
OK I have a solution - create a Put in it:
|
i worked, but can you explain me what it does @billnbell ? |
@billnbell unrelated to this issue, but checkout expo-image for alternative which works with same deps but also with new architecture |
Can I use expo-image package with non-expo solution? I didn't think that was possible. |
Thanks for the workaround. But I'd really appreciate an official release for fabric support instead of temporary solutions since this solution only allows to ignore incompatible libraries and let them work as is. I love this library and using it almost anywhere in my applications as a Flatlist replacement. I hope the maintainers have plans for releasing a fabric version soon (it's hinted in documentation but there was no specific plan announcements) |
Yeah I'm also worried that legacy components have degraded performance when fabric is enabled |
Well once the react-native-fast-image is converted to use Fabric this can be turned off. Maybe flash-list can put pressure on that author to upgrade to NEW ARCH ? |
The issue is that the FlashList itself is not compatible with Fabric right now, can't see what's the connection to react-native-fast-image? For the FlashList, there is hope in this PR |
Flash-list library not working on React Native 0.71.4 with new architecture and Fabric
Problem
The
flash-list
library builds successfully for both Android and iOS in a React Native environment with version 0.71.4, new architecture, and Fabric applied, but it doesn't work, and the following error messages occur:Environment
flash-list
library version: 1.4.2package.json
use code
Platform:
Expected Cause
It appears that the
CellContainer
component is causing an error message on Android due to a lack of Fabric compatibility.On iOS, the
<AutoLayoutView>
and<CellContainer>
components have not been implemented, resulting in the error messages.Reproduction Steps
flash-list
library.Expected Solution
For Android, the
CellContainer
component's Fabric compatibility needs to be addressed or replaced with a compatible alternative.For iOS, the
<AutoLayoutView>
and<CellContainer>
components need to be implemented to resolve the problem.This bug report was written using ChatGPT.
Thank you~
The text was updated successfully, but these errors were encountered: