This app is bootstrapped with Expo, you can download the Expo app on the App Store or Play Store, and enter the url provided below. We have 2 release channels:
Release Channel | Version | Description | Url |
---|---|---|---|
Production | v1.8.10 | Same version as Shoot! I Smoke on the App Store and Play Store. | https://exp.host/@shootismoke/mobile-app?release-channel=production-v1.8.10 |
Staging | v1.8.10 | Latest version currently in development: newest features, may contain bugs. | https://exp.host/@shootismoke/mobile-app |
Run the following commands:
# Clone this repo
git clone https://github.com/shootismoke/mobile-app && cd shoot-i-smoke
# Install dependencies
yarn install
# Copy secrets
cp .env.example .env
# Run the app with Expo
yarn start
The Expo packager will show, and you can either:
- install the Expo app, scan the displayed QR code, and run the app on your mobile phone directly.
- open the Android simulator.
- open the iOS simulator.
All required API tokens are already pre-filled in eas.json
. If you want to use your own API tokens, then in eas.json
's env
field, add your own values. For those that are optional, you can just put null
(without quotes).
Name | Service | Url | Comments | |
---|---|---|---|---|
GEOAPIFY_API_KEY | Geoapify geocoding | https://geoapify.com | Required. Get your own and populate it in .env |
|
BACKEND_SECRET | Shoot! I Smoke Backend | https://github.com/shootismoke/backend | Required. Pre-filled with a staging token. | |
AQICN_TOKEN | World Air Quality Index | http://aqicn.org/api/ | Required. You can use the public one in eas.json for development. |
|
SENTRY_PUBLIC_DSN | Sentry Bug Tracking | https://sentry.io | Optional. | |
AMPLITUDE_API_KEY | Amplitude Analytics | https://amplitude.com | Optional. Note: we never track PII. | |
Google Maps for iOS | https://developers.google.com/maps/documentation/ios-sdk/start | Optional in development. | ||
Google Maps for Android | https://developers.google.com/maps/documentation/android-api/ | Optional in development. |
If you find a bug, or if you have an idea for this app, please file an issue here. We really appreciate feedback and inputs! For code contribution, you can start with these easy tasks.
More information on contributing here.
The codebase unfortunately isn't much covered by tests. Check out the *.spec.ts
files in the project for tests. If you're interested to help out, have a look at issue #19.
The app released on the App Store and Play Store is always the one on the production
branch. We use EAS Update to remotely update the app when necessary. In general, this means that the semver patch version is bumped.
For major updates that don't work via EAS Update (such as an Expo SDK version bump), a new app binary is created using the commands below. In general, this means that the semver minor version is bumped.
# IOS
eas build -p ios
eas submit -p ios
# Android
eas build -p android
eas submit -p android
GPL-3.0. See LICENSE file for more information.
Created with pride by Marcelo & Amaury.
A huge thanks to the following contributors for their amazing work: