Update readme

This commit is contained in:
Julia Friesel
2018-05-29 13:25:22 +02:00
parent 8d0791c06f
commit a43a5fd96e
+3 -1
View File
@@ -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",