chore: add yarn android shortcut
This commit is contained in:
parent
a0c9b4e090
commit
da4ebcee78
@ -4,6 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
|
"android": "react-native run-android",
|
||||||
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
|
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
|
Loading…
Reference in New Issue
Block a user