A vehicle-tracking mobile application developed using React Native.
Yarn is a package manager for JavaScript. It can be downloaded here.
Watchman is used to detect changes in a React Native application. This tool allows the application to be automatically refreshed when testing on your mobile device. Installation information can be found here.
Install the Expo app on your IOS or Android device. This will allow you to test the application dynamically on your mobile device.
Close the git repository.
git clone https://github.com/WPIBarHarbor2018/MobileVehicleTracking.git
In the directory you have just created, install the necessary dependencies.
yarn install
Run the development environment
yarn start
Scan the generated QR code using the Expo on your mobile device.