react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

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

Open danieljvdm opened this issue 1 year ago • 13 comments

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 avatar Oct 29 '24 22:10 danieljvdm