We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9694ba0 commit f063639Copy full SHA for f063639
1 file changed
README.md
@@ -12,7 +12,7 @@ import {SmartRefreshControl,ClassicsHeader,StoreHouseHeader} from 'react-native-
12
//使用方法和RN官方的RefreshControl类似,
13
<ScrollView
14
refreshControl={<SmartRefreshControl
15
- ref={this.refreshControl=ref}
+ ref={refreshcontrol=>this.refreshControl=refreshcontrol}
16
HeaderComponent={<ClassicsHeader/>}
17
onRefresh={()=>{
18
setTimeout(()=>{
0 commit comments