File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default class HuaWeiRefreshControl extends Component {
5959 }
6060 render ( ) {
6161 return (
62- < SmartRefreshControl
62+ < SmartRefreshControl primaryColor = '#ffcc03'
6363 style = { { flex :1 } }
6464 ref = { ref => this . _refreshc = ref }
6565 children = { this . props . children }
Original file line number Diff line number Diff line change 1111 "react" : " 16.3.1" ,
1212 "react-native" : " 0.55.4" ,
1313 "react-native-indicators" : " ^0.13.0" ,
14- "react-native-smartrefreshlayout" : " ^0.6.2 " ,
14+ "react-native-smartrefreshlayout" : " ^0.6.3 " ,
1515 "react-native-vector-icons" : " ^4.6.0"
1616 },
1717 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -4194,9 +4194,9 @@ react-native-safe-module@^1.1.0:
41944194 dependencies :
41954195 dedent "^0.6.0"
41964196
4197- react-native-smartrefreshlayout@^0.6.2 :
4198- version "0.6.2 "
4199- resolved "https://registry.npmjs.org/react-native-smartrefreshlayout/-/react-native-smartrefreshlayout-0.6.2 .tgz#f4c49ddc43efd4bbc56c11eb5e77bb3961b34d91 "
4197+ react-native-smartrefreshlayout@^0.6.3 :
4198+ version "0.6.3 "
4199+ resolved "https://registry.npmjs.org/react-native-smartrefreshlayout/-/react-native-smartrefreshlayout-0.6.3 .tgz#4d7fe06678cda9d4f0f616d330b3bb67668e58f7 "
42004200 dependencies :
42014201 prop-types "*"
42024202
You can’t perform that action at this time.
0 commit comments