Simple route tracking mobile application with basic CRUD and authentication features. created with React Native and expo.
The application was developed with only android device. Therefore, bugs maybe encountered when being run on ios devices.
git clone
this repository.npm install
.- Install expo client on either a physical mobile device or an emulator.
- Start the tracker server. The repository can be found here.
- Rename
environment.example.js
at the root of the project toenvironment.js
and assign your ngrok tunnel url to the variable inside. - run the project by typing
npm start
in the terminal. - Open the application on your mobile device or emulator by scanning QR code or clicking the Run on
Android device/emulator
button on the opened browser page.