Skip to content

Stufinite/ColorgyRNApp

 
 

Repository files navigation

Colorgy App with React Native

Colorgy mobile app on Android, using React Native and Redux.

Development Setup

./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.

Run on Android

./bin/run-android

Build

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.

About

Colorgy App with React Native

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.0%
  • Java 6.0%
  • Objective-C 1.4%
  • Shell 0.6%