change style merge to fix the dev env error
This commit is contained in:
parent
1373942cc7
commit
f185f49d9a
|
@ -9,10 +9,10 @@ class BlurView extends Component {
|
||||||
return (
|
return (
|
||||||
<NativeBlurView
|
<NativeBlurView
|
||||||
{...this.props}
|
{...this.props}
|
||||||
style={{
|
style={[{
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
...this.props.style
|
}, this.props.style
|
||||||
}}
|
]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue