Make engines more permissive, update example.

This commit is contained in:
Dylan Vann 2018-01-13 18:26:52 -05:00
parent c508247542
commit 07ee611c32
3 changed files with 5 additions and 5 deletions

View File

@ -5609,8 +5609,8 @@
}
},
"react-native-fast-image": {
"version": "file:../react-native-fast-image-1.0.0.tgz",
"integrity": "sha1-eZw9ZuaKAjUXUEfosT4DsVFGUH4=",
"version": "file:../react-native-fast-image-2.0.0.tgz",
"integrity": "sha1-GXiDpmYbvfkETKV50Bm+eS/milo=",
"requires": {
"prop-types": "15.6.0"
}

View File

@ -9,7 +9,7 @@
"dependencies": {
"react": "16.0.0",
"react-native": "0.50.4",
"react-native-fast-image": "file:../react-native-fast-image-1.0.0.tgz",
"react-native-fast-image": "file:../react-native-fast-image-2.0.0.tgz",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21",
"react-timeout": "^1.0.1",

View File

@ -50,8 +50,8 @@
"react-test-renderer": "16.0.0"
},
"engines": {
"node": "9.2.0",
"yarn": "1.3.2"
"node": ">= 9.2.0",
"yarn": ">= 1.3.2"
},
"jest": {
"preset": "react-native",