monterosalondon / react-native-parallax-scroll

Parallax scroll view for react-native
MIT License
555 stars 62 forks source link

Extended the check before executing the innerRef function #7

Closed donovantc closed 7 years ago

donovantc commented 7 years ago

This is a fix for this issue

The this.props.innerRef function will only be executed if the ref is actually available.

z4o4z commented 7 years ago

@donovantc thanks a lot of!