GetStream / react-native-bidirectional-infinite-scroll

📜 React Native - Bidirectional Infinite Smooth Scroll
https://getstream.github.io/react-native-bidirectional-infinite-scroll/
MIT License
236 stars 27 forks source link

Replace .finally() method with .then(onFinally, onFinally) #30

Open fvdbeek opened 2 years ago

fvdbeek commented 2 years ago

The .finally() method is missing in some versions of react-native, so I replaced it with .then(onFinally, onFinally).