diff --git a/README.md b/README.md index e5c2220..a03ec0a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # react-native-pull-to-refresh(ios/android) 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. ## Preview -![ios](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/master/image/ios.gif)

-![android](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/master/image/android.gif) +![ios](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/main/image/ios.gif)

+![android](https://gitlab.feewee.cn/sdk/react-native-pull-to-refresh/blob/main/image/android.gif) ## Installation npm install @cqfw/react-native-pull-to-refresh --save
## How to use