Skip to content

Commit f063639

Browse files
authored
Update README.md
1 parent 9694ba0 commit f063639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {SmartRefreshControl,ClassicsHeader,StoreHouseHeader} from 'react-native-
1212
//使用方法和RN官方的RefreshControl类似,
1313
<ScrollView
1414
refreshControl={<SmartRefreshControl
15-
ref={this.refreshControl=ref}
15+
    ref={refreshcontrol=>this.refreshControl=refreshcontrol}
1616
HeaderComponent={<ClassicsHeader/>}
1717
onRefresh={()=>{
1818
setTimeout(()=>{

0 commit comments

Comments
 (0)