jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

react-native-swipe-list-view is not fabric(New Architecture of react-native) compatible yet #619

Open UdayVinaik opened 1 year ago

UdayVinaik commented 1 year ago

Describe the bug react-native-swipe-list-view library is working fine with react-native 0.71.2. But when enabling new architecture on same version, we are not getting any issues in build phase, but UI is broken down at run-time without any error messages.

Screenshots Can't upload

Environment (please complete the following information):

GFean commented 1 year ago

Hi, I just released a similar package with zero deps and high performance on both platforms: https://www.npmjs.com/package/rn-gesture-swipeable-flatlist

GFean commented 1 year ago

This should be compatible with any rn version