Installation
We would be happy if you are interested to try our application out!
Before You Install…
- This application customized for Android devices.
- If you have a previously installed version of the apk, please uninstall it from your device before installing the current updated version.
Table of contents
Install via React Native’s Android Emulator
- Please clone the repository to your local device by running this command.
git clone https://github.com/melissaharijanto/Travel-Log.git
If you have previously cloned the repository to your local device (from previous milestones), please run this command instead.
cd Travel-Log git pull npm install // to install the required dependencies of the project.
-
The app uses React Native CLI. If you do not have it set up yet, please refer to React Native’s official documentation to set it up.
- Please use the following commands in your terminal:
cd Travel-Log // go to the root directory of the project if you are not in there yet. npm install // to install the required dependencies of the project. npm start npx react-native run-android
Install via USB Debugging
Slight knowledge of Command-Line Interface (CLI) is required for this method.
- Go to Settings > About phone > Software information and tap on your Build number 7 times.
- Developer options will be enabled; go back to Settings > Developer options and enable ‘USB Debugging’.
- To confirm whether your device has been connected or not, run
adb devices
in your terminal.
- Run the app by running
npx react-native run-android
-
For more information on this method, please visit React Native’s official documentation.
- Have fun navigating through!
Facing any issues?
Please raise an issue in our GitHub repository.