Add android release npm script

This commit is contained in:
Arnaud Vergnet 2020-08-06 18:03:38 +02:00
parent b378473591
commit f0de0599dd

View file

@ -5,6 +5,7 @@
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"android-release": "react-native run-android --variant=release",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint ."