From a308f3c510b14e10fca33193216d0bf13f848bfd Mon Sep 17 00:00:00 2001 From: Hitoshi Harada Date: Fri, 5 Jan 2018 01:33:40 -0800 Subject: [PATCH] Add missing ref property (#251) This is necessary to make setNativeProps work. --- src/BlurView.ios.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BlurView.ios.js b/src/BlurView.ios.js index bb653f5..656fed0 100644 --- a/src/BlurView.ios.js +++ b/src/BlurView.ios.js @@ -12,6 +12,7 @@ class BlurView extends Component { render() { return ( this._root = e} {...this.props} style={[ { backgroundColor: 'transparent' },