Update readme
... | ... | @@ -4,7 +4,9 @@ |
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
"test": "jest", | ||
"run-android": "./node_modules/.bin/react-native run-android", | ||
"log": "./node_modules/.bin/react-native log-android" | ||
}, | ||
"dependencies": { | ||
"react": "16.3.1", | ||
... | ... |
Please register or sign in to comment