This project was done as part of the The Complete React Native + Hooks Course on Udemy.
The application that was built is a location tracking application that provides CRUD functionality. It allows users to create and view records of their change in location over a period of time during a particular activity, for example a hike, bike ride or road trip. It was built using: React-Native, MongoDB, Node and Express.
- Run the following command to install the dependencies
npm install
cd ios
pod install
cd ..
- Run the following command to start the application
npm start
- Run the following command to launch the application on an emulator
iOS: react-native run-ios
Android: react-native run-android