change style merge to fix the dev env error

This commit is contained in:
nate guo 2015-12-19 22:24:32 +08:00
parent 1373942cc7
commit f185f49d9a
1 changed files with 3 additions and 3 deletions

View File

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