Getting Started - Vishvak365/dreamteamu GitHub Wiki
Installing EXPO
Expo is the app being used to test on iOS and Android. Download from the app store and scan the QR code to download the app. Make sure you are on the same network.
NodeJS
- Install NodeJS from the download page. This installs NPM (Node Package Manager) as well.
- Install React Native using this command -
npm install -g expo-cli
- Change into the directory the project is in
- Use
expo start