Open danieljvdm opened 1 month ago
It seems that if I make isModal={false}
things work again.
I encountered this issue as well. This problem didn’t exist when I used the package a year ago. I resolved it by setting isModal={false}
. It seems to be related to using react-native-actions-sheet
alongside react-native-reanimated
. See #391 and #337
@ammarahm-ed please look into this when you have a chance, I had all my action sheets break on Android after upgrading to the new Expo SDK (which enables new architecture by default).
I've noticed that some of my action sheets work fine without isModal={false}
(and actually break when I put that on them) - these are action sheets that are called by a parent component that is rendered with a scrollview; maybe it's something to do with reanimated acting on some of the views and not others? not sure, but happy to debug some more if you need.
same issue. broken on Android with New Architecture enabled.
I recently enabled new architecture and whenever I try to present sheets via the SheetManager, they just don't show up. I see the transparent black background appear but no sheet renders, no matter what style I give it, e.g.:
Using ActionSheets directly within components still works.