exercise build meals app with reactnative expo
Install React Native Environment Setup (including android studio), more details here
A. Develop apps:
- Clone the repo
git clone https://github.com/rwndy/exercise-app-meals-expo.git
- Install packages
yarn install
- Start react-native
yarn start
- Start android
yarn android