git clone git@github.com:s2t2/next-train-ct.git
cd next-train-ct/
npm install
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
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
Build the application onto the device:
react-native run-ios