Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.06 KB

This project was bootstrapped with Create React Native App.

Compatibility

This project is currently only compatible with Android phones, version 5.0 or higher.

Project initialization

Install all dependencies

npm i

Set your API keys

This project uses Firebase and Google Places APIs. Both need an API key to work. You must generate them and put them in /config/appConfig.js

Install mobile environment

Install expo on your mobile phone

Run project for development

Run project

npm start

Use your phone to check the project in real time

Scan the QR code.

Shake your phone to access expo settings.

Build and deploy project

https://docs.expo.io/versions/latest/distribution/building-standalone-apps

expo build:android

Wait for the build to finish, then get the generated APK.