We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e8f05 commit 5f161c4Copy full SHA for 5f161c4
README.md
@@ -2,7 +2,11 @@
2
如果你喜欢,请不要吝啬你的:smile: star :smile:
3
android自动刷新组件见[react-native-SmartRefreshLayout](https://github.com/react-native-studio/react-native-SmartRefreshLayout)
4
## 第一步
5
-工程目录下运行<br> `npm install --save react-native-mjrefresh`<br> 或者<br> `yarn add react-native-mjrefresh`(已经安装了yarn)
+工程目录下运行<br> `npm install --save react-native-mjrefresh`(rn>=0.55.0)<br>
6
+`npm install --save react-native-mjrefresh-lower`(rn<=0.54)
7
+或者<br> `yarn add react-native-mjrefresh`(rn>=0.55)<br/>
8
+`yarn add react-native-mjrefresh-lower`(rn<=0.54)
9
+(已经安装了yarn)
10
## 第二步
11
运行 `react-native link react-native-mjrefresh`
12
## 第三部使用
0 commit comments