Skip to content

Commit

Permalink
Revert "Fix warning of refs"
Browse files Browse the repository at this point in the history
This reverts commit dcab06e.
  • Loading branch information
miyabi committed May 3, 2019
1 parent d721030 commit a73337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/withSafeArea.js
Expand Up @@ -253,7 +253,7 @@ export function withSafeArea(
render(): React.Node {
return (
<WrappedComponent
ref={this.wrappedRef}
ref={(ref) => { this.wrappedRef = ref }}
{...this.props}
{...this._injectedProps}
/>
Expand Down

0 comments on commit a73337c

Please sign in to comment.