react-native-bidirectional-infinite-scroll icon indicating copy to clipboard operation
react-native-bidirectional-infinite-scroll copied to clipboard

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

Open fvdbeek opened this issue 4 years ago • 0 comments

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

fvdbeek avatar Dec 05 '21 23:12 fvdbeek