- Have Node.js(https://nodejs.org/en/), React Native(https://reactnative.dev/), Android Studio(https://developer.android.com/studio?gclid=CjwKCAjw46CVBhB1EiwAgy6M4illQJ0pyIBnGHyh9d77GqKZe2dJUiBkGHJZFwLTWUc_Wt-Tr2uayxoCVqAQAvD_BwE&gclsrc=aw.ds) installed.
- Run "npm install" for installing the project dependencies.
- Create an android virtual device with using Android Studio, or connect a mobile device (Debug mode enabled) to your computer.
- Run "adb devices" to see if your device is connected to the cmputer and ready for debug.
- Remember to have your server running before debuging the app.
- Run "npx react-native run-android"/"npx react-native run-ios" for running the app on your mobile device.