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 clonethis 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.jsat the root of the project toenvironment.jsand assign your ngrok tunnel url to the variable inside. - run the project by typing
npm startin the terminal. - Open the application on your mobile device or emulator by scanning QR code or clicking the Run on
Android device/emulatorbutton on the opened browser page.