Colorgy mobile app on Android, using React Native and Redux.
./bin/setup
Get the google-services.json
(from here) and place it under the project directory (next to package.json
).
Then edit config.js
(automatically copied from sample.config.js
if not exists) to set the configurations.
./bin/run-android
Edit ~/.gradle/gradle.properties
, fill in the necessary properties:
ANDROID_APP_RELEASE_STORE_FILE=
ANDROID_APP_RELEASE_STORE_PASSWORD=
ANDROID_APP_RELEASE_KEY_ALIAS=
ANDROID_APP_RELEASE_KEY_PASSWORD=
then run:
bin/build-android
The signed apk will locate at android/app/build/outputs/apk
.