react-native-actions-sheet
react-native-actions-sheet copied to clipboard
SheetManager doesn't seem to work 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.:
<ActionSheet
containerStyle={{
backgroundColor: 'blue',
height: 400,
alignItems: 'center',
justifyContent: 'center',
}}
>
Using ActionSheets directly within components still works.