nits
This commit is contained in:
@@ -92,13 +92,11 @@ export class BottomSheetNativeComponent extends React.Component<
|
|||||||
{...rest}
|
{...rest}
|
||||||
onStateChange={this.onStateChange}
|
onStateChange={this.onStateChange}
|
||||||
ref={this.ref}
|
ref={this.ref}
|
||||||
style={[
|
style={{
|
||||||
{
|
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
height: screenHeight,
|
height: screenHeight,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
}}
|
||||||
]}
|
|
||||||
containerBackgroundColor={backgroundColor}>
|
containerBackgroundColor={backgroundColor}>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
|
|||||||
Reference in New Issue
Block a user