Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 954 Bytes

CONTRIBUTING.md

File metadata and controls

55 lines (36 loc) · 954 Bytes

Contributing

Installation

git clone git@github.com:s2t2/next-train-ct.git
cd next-train-ct/
npm install

Prerequisites

Setup a react-native developer environment.

Also enable the gradle daemon to speed-up build times:

touch ~/.gradle/gradle.properties && echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties

Running Locally

On Android

Install and link peer dependencies, if necessary:

react-native link

Ensure there is either a device or an emulator running:

adb devices

Build the application onto the device:

react-native run-android

Check console logs:

react-native log-android

On iOS

Build the application onto the device:

react-native run-ios