Skip to content

Commit a574768

Browse files
committed
updated to 0.6.3
1 parent 4dfc5c1 commit a574768

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/HuaWeiRefreshControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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": {

Example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)