n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

Fix issue when this.scroll was not refined, ex: after requestedAnimat… #12

Closed syzer closed 7 years ago

syzer commented 7 years ago

…ionFrame on not existing list.

syzer commented 7 years ago

when you dismiss view (referenmce is removed) so the binded this.scrollTo is undefined so we cannot call methods on it. The good thing about it once the reference is removed we do not need scroll there anymore :D so we don't need to call scrollTo method anymore.

n4kz commented 7 years ago

Thanks for PR! Released in 0.5.5.