Skip to content
/ gamejot Public

An app aiming to provide a fast way to jot down and recall things when playing a game

Notifications You must be signed in to change notification settings

kutavi/gamejot

Folders and files

NameName
Last commit message
Last commit date
Dec 30, 2021
Dec 25, 2021
Dec 8, 2021
Dec 19, 2021
Dec 25, 2021
Dec 25, 2021
Dec 28, 2021
Dec 8, 2021
Dec 8, 2021
Dec 28, 2021
Dec 8, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 8, 2021
Dec 28, 2021
Dec 28, 2021
Dec 8, 2021
Dec 8, 2021
Dec 8, 2021
Aug 20, 2022

Repository files navigation

Gamejot

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

Quick Start

Install dependencies with yarn install and run with yarn start

Running Storybook

Run with yarn run storybook

Build android bundle

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

Publish android bundle

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