Prerequisites:
Recommended computer specifications:
Follow the instructions in the React Native documentation to set up the environment: Setup Environment.
Obtain the backend URL and replace the BASE_URL
and SOCKET_URL
in the .env
file:
localhost
, for example, 127.0.0.1
.adb reverse tcp:8080 tcp:8080 && adb reverse tcp:8085 tcp:8085
Navigate to the src/
folder and execute the following commands in the terminal:
com.mentorus
src/android/app/
yarn install
yarn all-android
# You will need two terminal windows; one for running 'yarn start' and another for 'yarn android'
yarn start
yarn android