Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 921 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 921 Bytes

TRY IT OUT HERE:

https://expo.dev/@lmg8/LoopRRR

Tech Nova Project 2021 Summer

A hack for sustainability. loopRRR

https://devpost.com/software/looprrr

Team members

Lucia Kimlin Anna Renee

This project was created with reference to template created by codingki

https://github.com/codingki/react-native-expo-template/tree/master/template-with-bottom-tabs-auth-flow

Installation

  1. Install node.js

  2. Install Expo

    npm install --global expo-cli
  3. Download this repo and get .env file with firebase configuration. Example:

     FIREBASE_API_KEY=putyourapikeyhere
     FIREBASE_AUTH_DOMAIN=
     FIREBASE_STORAGE_BUCKET=
     FIREBASE_APP_ID=
     VISION_API_KEY=
     GOOGLE_MAPS_API_KEY=
  4. Install deps on your template folder

    npm install
  5. Start the environtment

    expo start