Add missing ref property (#251)
This is necessary to make setNativeProps work.
This commit is contained in:
parent
b415e7774e
commit
a308f3c510
|
@ -12,6 +12,7 @@ class BlurView extends Component {
|
|||
render() {
|
||||
return (
|
||||
<NativeBlurView
|
||||
ref={e => this._root = e}
|
||||
{...this.props}
|
||||
style={[
|
||||
{ backgroundColor: 'transparent' },
|
||||
|
|
Loading…
Reference in New Issue