Use local package in example project.

This commit is contained in:
Dylan Vann
2018-05-07 11:26:26 -04:00
parent b2fb48bbe3
commit e8cfc7ae5d
8 changed files with 79 additions and 46 deletions
+3 -2
View File
@@ -3,13 +3,13 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"start": "metro-with-symlinks start",
"test": "jest"
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-fast-image": "file:../react-native-fast-image-4.0.8.tgz",
"react-native-fast-image": "../",
"react-native-image-progress": "^1.1.0",
"react-native-status-bar-height": "^2.0.0",
"react-native-vector-icons": "^4.5.0",
@@ -21,6 +21,7 @@
"babel-jest": "23.0.0-alpha.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"metro-with-symlinks": "https://github.com/DylanVann/metro-with-symlinks",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {