Kota Fullsour
Kota Fullsour
It worked with follwiong setup: iPhone SE, 11.3.1
@kaminskypavel Thank you for your issue and any hint to improve! I will update this component based on your idea in a few days :smile_cat:
@kaminskypavel I thought, It is not better because If I use `export`, we cannot use the component like this: `var PTRView = require('react-native-pull-to-refresh')` react-native is also using `module.exports`. https://github.com/facebook/react-native/blob/master/Libraries/react-native/react-native.js#L133 What...
I've updated this component to `v2.1.0`. Please try to use this one.
@nicolasdanelon @leileizhu I've updated this component to `v2.1.0`. Please try to use this one.
Hi all, I've fixed this issue. Use my latest version `v2.1.0`. If you got any error on your project, please try to run the [example](https://github.com/moschan/react-native-pull-to-refresh/tree/master/example). Our example also has been...
Hi guys, sorry for late response, I merged PR and bumped it. Use `v2.1.3`. Thanks 😸
hi! thanks, all and @mkozhukharenko. I bumped new version which contains your MR. Plese check that 👍
hi @Doko-Demo-Doa Thank you for your issue. Give me some example for your usage? thanks.
Sorry for late reply. Do you want to use this component with list data? You can use this component with array. I updated example for you. Can you check this...