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

updates to ScrollEventType for RN 0.57.3 #48

Closed kevinsperrine closed 5 years ago

kevinsperrine commented 5 years ago

There isn't a way to maintain backwards compatibility (as far as I know), because the java compiler will complain about the parameter differences. This is a really crappy way to change the code on the RN side, so I guess this library will require a major version bump and notices that version 2 isn't compatible with < 0.57.3. Addresses #47