expo / react-native-infinite-scroll-view

An infinitely scrolling view that notifies you as the scroll offset approaches the bottom
MIT License
519 stars 57 forks source link

Remove @autobind for React Native 0.16 #11

Closed Kudo closed 8 years ago

Kudo commented 8 years ago

As babel6 in React Native 0.16 does not officially support decorator, here to remove @autobind decorator. Code changes is simply reference from https://github.com/exponentjs/ex-navigator/commit/757b7f93236652d5f2295dcc6b8183ef0f3d5cc3

Kudo commented 8 years ago

Thanks @ide