This repository host the react native code for recipe: Web, Android & iOS
In order to run the application locally, you will need the following applications:
- NodeJS (v13.13.0) [Link]
- Yarn (1.22.4) [Link]:
npm i -g yarn
- expo CLI (3.18.6) [Link]:
npm i -g expo-cli
You can use the following commands
yarn # install the dependencies
yarn test # run the tests
yarn lint # run linter
yarn start # start local server
yarn start:web # start local web server
yarn storybook # open storybook