This commit is contained in:
Hailey
2024-10-10 17:48:44 -07:00
parent b36f7dcfea
commit e4e6b434ce
@@ -92,13 +92,11 @@ export class BottomSheetNativeComponent extends React.Component<
{...rest}
onStateChange={this.onStateChange}
ref={this.ref}
style={[
{
position: 'absolute',
height: screenHeight,
width: '100%',
},
]}
style={{
position: 'absolute',
height: screenHeight,
width: '100%',
}}
containerBackgroundColor={backgroundColor}>
<View
style={[