Skip to content

Commit d2e13b9

Browse files
committed
Simplify start command.
1 parent 1398551 commit d2e13b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "FastImage",
33
"version": "0.0.1",
44
"scripts": {
5-
"start": "node node_modules/react-native/local-cli/cli.js start",
5+
"start": "react-native start",
66
"test": "jest"
77
},
88
"dependencies": {
@@ -18,6 +18,7 @@
1818
"babel-jest": "19.0.0",
1919
"babel-preset-react-native": "1.9.1",
2020
"jest": "19.0.2",
21+
"react-native-cli": "^2.0.1",
2122
"react-test-renderer": "16.0.0-alpha.6"
2223
},
2324
"private": true,

0 commit comments

Comments
 (0)