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": { "react-native-fast-image": {
"version": "file:../react-native-fast-image-1.0.0.tgz", "version": "file:../react-native-fast-image-2.0.0.tgz",
"integrity": "sha1-eZw9ZuaKAjUXUEfosT4DsVFGUH4=", "integrity": "sha1-GXiDpmYbvfkETKV50Bm+eS/milo=",
"requires": { "requires": {
"prop-types": "15.6.0" "prop-types": "15.6.0"
} }

View File

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"react": "16.0.0", "react": "16.0.0",
"react-native": "0.50.4", "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-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21", "react-navigation": "^1.0.0-beta.21",
"react-timeout": "^1.0.1", "react-timeout": "^1.0.1",

View File

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