Skip to content

Commit 2f5e360

Browse files
committed
update Example
1 parent 1c85979 commit 2f5e360

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Example/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const styles = StyleSheet.create({
7474
justifyContent: 'center',
7575
alignItems: 'center',
7676
backgroundColor: '#F5FCFF',
77+
height:1000
7778
},
7879
welcome: {
7980
fontSize: 20,

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
1212
"react-native-indicators": "^0.13.0",
13-
"react-native-smartrefreshlayout": "^0.5.6",
13+
"react-native-smartrefreshlayout": "^0.5.7",
1414
"react-native-vector-icons": "^4.6.0"
1515
},
1616
"devDependencies": {

Example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,9 +4171,9 @@ react-native-indicators@^0.13.0:
41714171
dependencies:
41724172
prop-types "^15.5.10"
41734173

4174-
react-native-smartrefreshlayout@^0.5.6:
4175-
version "0.5.6"
4176-
resolved "https://registry.npmjs.org/react-native-smartrefreshlayout/-/react-native-smartrefreshlayout-0.5.6.tgz#4601bfe788dc3d36ed212ffe9a1dd117e3bf1477"
4174+
react-native-smartrefreshlayout@^0.5.7:
4175+
version "0.5.7"
4176+
resolved "https://registry.npmjs.org/react-native-smartrefreshlayout/-/react-native-smartrefreshlayout-0.5.7.tgz#69a941363b92889d42a6307bed5fd77c72e27939"
41774177
dependencies:
41784178
prop-types "*"
41794179

0 commit comments

Comments
 (0)