Getting Started

If you don't have Expo CLI installed, run this command to install expo:

npm install -g expo-cli

Install the libraries (Required Node > 12.13.0)

yarn install

#or

npm install

Run iOS:

yarn run ios

#or

yarn run ios

Run Android:

yarn run android

#or

npm run android

Api Used

I'm using the Poke Api

Workflow

The branching model used is gitflow, this helps a lot with collaboration and scaling the development team.

master

deployments to production

develop

Developtment branch.

feature/initial_setup

Adding tsconfig, precommiter and material ui.