git clone git@github.com:s2t2/next-train-ct.git
cd next-train-ct/
npm installSetup 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.propertiesInstall and link peer dependencies, if necessary:
react-native linkEnsure there is either a device or an emulator running:
adb devicesBuild the application onto the device:
react-native run-androidCheck console logs:
react-native log-androidBuild the application onto the device:
react-native run-ios