Skip to content

Commit

Permalink
Fix warning of refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJesse committed Jan 25, 2019
1 parent 9e58948 commit dcab06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/withSafeArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function withSafeArea(
render(): React.Node {
return (
<WrappedComponent
ref={(ref) => { this.wrappedRef = ref }}
ref={this.wrappedRef}
{...this.props}
{...this._injectedProps}
/>
Expand Down

0 comments on commit dcab06e

Please sign in to comment.