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 a6e515e commit cb0d9feCopy full SHA for cb0d9fe
README.md
@@ -9,6 +9,7 @@ android自动刷新组件见[react-native-SmartRefreshLayout](https://github.com
9
在工程中导入:
10
```js
11
import MJRefresh,{ScrollView} from 'react-native-mjrefresh'
12
+//该ScrollView兼容官方所有的属性和方法,refreshControl也可以使用官方的RefreshControl
13
state={
14
text:'下拉刷新'
15
}
0 commit comments