Skip to content
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

SheetManager doesn't seem to work with New Architecture enabled. #395

Open
danieljvdm opened this issue Oct 29, 2024 · 2 comments
Open

SheetManager doesn't seem to work with New Architecture enabled. #395

danieljvdm opened this issue Oct 29, 2024 · 2 comments

Comments

@danieljvdm
Copy link

danieljvdm commented Oct 29, 2024

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.:

    <ActionSheet
      containerStyle={{
        backgroundColor: 'blue',
        height: 400,
        alignItems: 'center',
        justifyContent: 'center',
      }}
    >

Using ActionSheets directly within components still works.

@danieljvdm
Copy link
Author

It seems that if I make isModal={false} things work again.

@Medkhat
Copy link

Medkhat commented Nov 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants