Commit 04a2c600167f7920ecaed39031463a0c697bfa07

Authored by 张志伟
1 parent 76f4768f

调整redeme

Showing 1 changed file with 2 additions and 2 deletions
README.md
1 1 # react-native-pull-to-refresh(ios/android)
2 2 A pull to refresh component for react-native, same api on both android and ios,also you can design you owner pull style for this component.you can use it for most of the component in react-native such as view,scrollview,listview and flatlist.
3 3 ## Preview
4   -![ios](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/master/image/ios.gif) <br><br>
5   -![android](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/master/image/android.gif)
  4 +![ios](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/main/image/ios.gif) <br><br>
  5 +![android](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/main/image/android.gif)
6 6 ## Installation
7 7 npm install @cqfw/react-native-pull-to-refresh --save <br>
8 8 ## How to use
... ...