esthor / react-native-swipeable-list

A zero-dependency Swipeable FlatList for React-Native, with Gestures, Quick Actions, and Animations. Simple as that.
MIT License
591 stars 31 forks source link

New Architecture for Expo 52 #88

Open mister-conor opened 1 week ago

mister-conor commented 1 week ago

This is showing as "Untested on New Architecture" when building on EAS servers. Will this be updated to support the new architecture? Thanks

esthor commented 6 days ago

I will have to test this out soon. I don't currently use EAS. Is there anything else the logs say? Does this cause a build failure or just a warning?

mister-conor commented 5 days ago

Cheers. It is a warning in the build step that runs expo doctor on EAS. It can also be seen by running npx expo-doctor locally.

image

It does not cause the build to fail and the package seems to function as expected from what I've seen on both Android and iOS devices. I have not opted in to using the new architecture in my project yet however as I am making sure upgrading to Expo 52 works as expected first as per advice in the Expo 52 changelog so I will need to test on the new architecture also.