This Project is based on Obytes starter
- React Native dev environment
- Node.js LTS release
- Git
- Watchman, required only for macOS or Linux users
- Yarn
- Expo Cli
- VS Code Editor
⚠️ Make sure to install all recommended extension from.vscode/extensions.json
Clone the repo to your machine and install deps :
git clone https://github.com/user/repo-name
cd ./repo-name
yarnTo run the app on ios
yarn iosTo run the app on Android
yarn android