mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-27 16:55:07 +00:00
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 (
|
||||
<NativeBlurView
|
||||
{...this.props}
|
||||
style={{
|
||||
style={[{
|
||||
backgroundColor: 'transparent',
|
||||
...this.props.style
|
||||
}}
|
||||
}, this.props.style
|
||||
]}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user