From e4e6b434cef27a9c59ed0538743a2c8d67a2a8a5 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 10 Oct 2024 17:48:44 -0700 Subject: [PATCH] nits --- .../bottom-sheet/src/BottomSheetNativeComponent.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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}>