chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Revert "updates to ScrollEventType for RN 0.57.3" #51

Closed mapacheverdugo closed 5 years ago

mapacheverdugo commented 5 years ago

Reverts chrisfisher/react-native-directed-scrollview#48 as I mentioned on #49 to be compatible with new versions of React Native

chrisfisher commented 5 years ago

PR #48 is still valid because the change to the react native source which prompted it is still there and has not been reverted: https://github.com/facebook/react-native/commit/c5186aeb461a6eafa582b0acba1b3cebfb83550b#diff-5f44395078b83296fc92d0b14101cfc6

I have bumped this library version to 2.0.0 (because it's a breaking change) and published on npm. If you're using react native version > 57 (when the above commit happened) then use 2.x otherwise use 1.x.