add apk build script

This commit is contained in:
Michele Balistreri 2024-09-16 12:04:40 +02:00
parent 3ad51de8ab
commit f677a3e8b4
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A

View File

@ -7,7 +7,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"android-build-dev": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && gradlew assembleDebug"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",