Setup example using react-native link.

This commit is contained in:
Dylan Vann
2018-03-17 20:55:27 -04:00
parent b2bf91d62b
commit ab9285362c
134 changed files with 413 additions and 8146 deletions
+8 -2
View File
@@ -8,7 +8,13 @@
},
"dependencies": {
"react": "^16.3.0-alpha.1",
"react-native": "0.54.2"
"react-native": "0.54.2",
"react-native-fast-image": "../react-native-fast-image-3.0.2.tgz",
"react-native-image-progress": "^1.1.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.7",
"react-timeout": "^1.1.1",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-jest": "23.0.0-alpha.0",
@@ -19,4 +25,4 @@
"jest": {
"preset": "react-native"
}
}
}