change vibrancyView

This commit is contained in:
nate guo 2015-12-19 23:03:39 +08:00
parent f185f49d9a
commit c027f0705f
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ class VibrancyView extends Component {
return (
<NativeVibrancyView
{...this.props}
style={{
style={[{
backgroundColor: 'transparent',
...this.props.style
}}
}, this.props.style
]}
/>
);
}