mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-05 13:13:45 +00:00
commit
f39f79e0ba
@ -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
|
||||||
}}
|
]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -9,10 +9,10 @@ class VibrancyView extends Component {
|
|||||||
return (
|
return (
|
||||||
<NativeVibrancyView
|
<NativeVibrancyView
|
||||||
{...this.props}
|
{...this.props}
|
||||||
style={{
|
style={[{
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
...this.props.style
|
}, this.props.style
|
||||||
}}
|
]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user