Settlers of Catan Dice Tracker
Unofficial mobile app created in react-native
to track the dice in Settlers of Catan™.
Once you have downloaded or cloned this repository, run npm install
inside the directory.
You need to have either the IOS development kit or the Android SDK. and then run one of the following commands:
react-native run-ios
react-native run-android
You should edit the file gradle.properties
and add the following fields
MYAPP_UPLOAD_STORE_FILE=XXXX
MYAPP_UPLOAD_KEY_ALIAS=XXXX
MYAPP_UPLOAD_STORE_PASSWORD=XXXX
MYAPP_UPLOAD_KEY_PASSWORD=XXXX
Once done that, run the following commands:
cd android
./gradlew assembleReleas
For more information about how to build for Android, check this link Publishing to Google Play Store
This app has been created with the purpose of learning how to use React Native, PRs are welcome.