Minimalistic app to track your mood within one pixel a day.
Apple App Store · Google Play Store
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Setup
- Clone the repo
$ git clone https://github.com/mrzmyr/pixy-mood-tracker.git
- Install dependencies
$ yarn
- Start local server
$ yarn start
Environments (eas.json
)
development
Builds for local development on phisical devicesemulator
: Builds for local development in iOS Simulator or Android Emulatorpreview
: Builds used for Testflight and Android Internal Testingproduction
: Builds used for production
Environment | OS | Channel | yarn command |
Extension | Installation |
---|---|---|---|---|---|
development |
iOS | Physical Device | build:ios:dev |
.ipa |
Install .ipa file via Apple Configurator |
development |
Android | Physical Device | build:android:dev |
.apk |
Install manually (enable "Install from unknown sources") |
emulator |
iOS | Simulator | build:ios:emulator |
.ipa |
Install .ipa file via |
emulator |
Android | Emulator | build:android:emulator |
.apk |
Install the .apk file via drag and drop |
preview |
iOS | TestFlight | build:ios:preview |
.ipa |
Submit .ipa file to App Store via yarn submit:ios:preview |
preview |
Android | Goolge Play Console | build:android:preview |
.aab |
Submit .aab file to Google Play Console via yarn submit:android:preview |
production |
iOS | Physical Device | build:ios:prod |
.ipa |
Submit .ipa file via yarn submit:ios:production |
production |
Android | Physical Device | build:android:prod |
.aab |
Submit .aab file via yarn submit:android:production |
- (If native changes)
yarn publish:preview
(iOS and Android builds are built and submited for testing) - Merge a PR to
preview
branch (automatically publishing a release to all betatesters)
- (If native changes)
yarn publish:production
(iOS and Android builds are built and submited for testing) - (If native changes) Submit App to Review in Google Play Console
- (If native changes) Submit App to Review in App Store Connect
- Merge a PR to
production
branch (automatically publishing a release to all users)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feat-add-feature
) - Commit your Changes (
git commit -m 'feat: my feature'
) - Push to the Branch (
git push origin feat-add-feature
) - Open a Pull Request
mrzmyr @mrzmyr
Project Link: https://github.com/mrzmyr/pixy-mood-tracker
Name | Key |
---|---|
Arabic | ar |
Chinese (Simplified) | zh |
Croatian | hr |
Czech | cs |
Danish | da |
Dutch | nl |
English | en |
Finnish | fi |
French | fr |
German | de |
Greek | el |
Hebrew | he |
Hindi | hi |
Hungarian | hu |
Indonesian | id |
Italian | it |
Japanese | ja |
Korean | ko |
Malay | ms |
Norwegian | no |
Polish | pl |
Portuguese | pt |
Romanian | ro |
Russian | ru |
Slovak | sk |
Spanish | es |
Swedish | sv |
Thai | th |
Turkish | tr |
Ukrainian | uk |
Vietnamese | vi |