A ecommerce store in react native with react hooks (same as desafio07)
Clone the project with
git clone https://github.com/cadohr/rocketseat-bootcamp-desafio08.git
Get in the project path
cd rocketseat-bootcamp-desafio08
Then install the dependencies with:
yarn
Start server with:
yarn server
Open new terminal tab and start application with:
react-native run-ios || react-native run-android