Skip to content

Commit a308f3c

Browse files
umitanukiKureev
authored andcommitted
Add missing ref property (#251)
This is necessary to make setNativeProps work.
1 parent b415e77 commit a308f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BlurView.ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class BlurView extends Component {
1212
render() {
1313
return (
1414
<NativeBlurView
15+
ref={e => this._root = e}
1516
{...this.props}
1617
style={[
1718
{ backgroundColor: 'transparent' },

0 commit comments

Comments
 (0)