Skip to content

Files

Latest commit

76ba8bb · Sep 17, 2022

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 13, 2022
Jan 13, 2022
Jan 13, 2022
Jan 13, 2022
Sep 17, 2022
Jan 13, 2022
Jan 13, 2022
Jan 13, 2022
Jan 13, 2022
Jan 13, 2022
Feb 2, 2022
Jan 13, 2022
Sep 16, 2022
Jan 13, 2022
Jan 13, 2022
Sep 16, 2022
Jan 13, 2022
Jan 13, 2022

Hookry App

Quick Start

To get the app up and running quickly

yarn
yarn start

From there you can open the app on your phone following the metro instructions

Build Setup

There are current 2 apps that are generated with this setup

  1. Hookry - The production ready app that is published to the store
  2. Hookry (DEV) - The development app that is reflective of what the main branch has

Release Channels

There are currently 2 build profiles each with their respective release channel

Development

This is used by me to distribute the app via the ad hoc ios method

Steps for building

Pushing an update without a build

yarn publish:dev

Creating a new build when certain things change (assets, icons, permissions, etc...)

yarn build:dev

Production

This is used to push updates to the app store

Steps for building

Pushing an update without a build

yarn publish:prod

Creating a new build when certain things change (assets, icons, permissions, etc...)

yarn build:prod