Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 498 Bytes

crowd.ai

Set up (React Native using Expo):

  1. Download and install Node LTS
  2. Follow Steps here under the React Native CLI Quickstart tab
  3. cd into the project directory
  4. Run npm install to install node modules
  5. Run npx react-native run-ios or npx react-native run-android

Note: only Android will work for an external device as well as an emulator; you will have to use a simulator for iOS.