diff --git a/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx b/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx index f2b97fc631..fa2b163bf0 100644 --- a/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx +++ b/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx @@ -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}>