Car spotting iOS app.
Locus needs a Mongo database to connect to, so make sure that's installed and an instance is running. The backend REST API also needs to be running.
Install all dependencies with npm:
npm install
Start running the React Native packager:
npm start
- Open
ios/locus.xcodeproj
with Xcode. - Edit the
jsCodeLocation
variable in theAppDelegate.m
file to your machine's IP address. - Select a device or simulator to run the app on.
- Build and Run.
Run the Enzyme component tests: