An app aiming to provide a fast way to jot down and recall things when playing a video game. You can add text notes and take photos for your created games with ability to delete, edit and reorder.
Built based on the ignite boilerplate using:
- React Native
- React Navigation
- MobX State Tree
- TypeScript
- Storybook
Install dependencies with yarn install
and run with yarn start
Run with yarn run storybook
Install the eas cli with npm install -g eas-cli
and create a build with yarn build:android
+ :release
where release is either patch, minor or major.
This step will automatically bump the version for you and start the build process on expo to create a google play ready bundle.
If you want to create an apk for local testing use yarn build:android:apk
To publish your latest build on the store you must first create a google service account key. Also the first publish of the app must be done via the store before automating.
Download and rename the key json file to service-key.json
and move it to the project root folder. This will be automatically git ignored and used in the eas configuration.
Run yarn publish:android