You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
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
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.
The text was updated successfully, but these errors were encountered: