/mobile

IAe, Bora? Mobile App

Primary LanguageTypeScript

IAe, Bora?

About   |    Technologies   |    Solution architecture   |    Config application   |    Running the app

React Native Typescript

📖 About

This is the mobile app version of IAe, Bora? project and it was developed with React Native, Expo and Typescript.

⚒️ Technologies

🏙️ Solution architecture

This repository is represented by the number 6 in the architecture, if you want to view the other repositories of the solution, click on one of the items below:

⚙️ Config application

Create a .env file with the API_URL (from the running back-end URL) and Google Authentication informations.

API_URL=

IOS_CLIENT_ID=
ANDROID_CLIENT_ID=
IOS_STANDALONE_APP_CLIENT_ID=
ANDROID_STANDALONE_APP_CLIENT_ID=

🚀 Running the app

  • Install the dependencies with yarn
  • Start the server with yarn start

It will open a web page in http://localhost:19002 and then you can run it as you like (using the Expo app, Android emulator, IOS emulator...).