chore: add yarn android shortcut

This commit is contained in:
olivier bouillet 2022-04-23 22:27:17 +02:00
parent a0c9b4e090
commit da4ebcee78

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
"test": "jest",
"lint": "eslint ."