0.0.14 • Published 1 year ago

botg-mobile-app v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

BOTG Mobile App

A mobile application for Boots-on-the-Ground shoppers to use for item mapping.

Tech

Getting Started

Project Setup

1. Clone the repo:

git clone git@bitbucket.org:fetchrewards/botg-mobile-app.git

2. Navigate to the repo:

cd ~/path/to/botg-mobile-app

3. Install the dependencies with:

npm i

4. Install the Expo Go app on your iOS or Android phone and connect to the same wireless network as your computer:

  • On Android, use the Expo Go app to scan the QR code from your terminal to open your project.
  • On iOS, use the built-in QR code scanner of the default iOS Camera app.

5. Install Android Studio for Android or XCode for iOS

  • If using Android Studio, install an emulator

6. Start Development Server

  • Run the following commands and select your emulator of choice (if a physical device is connected to your computer it will also be listed to run the Development Server on):

    -- If developing on an Android Device:

npm run start:android

-- If developing on an iOS Device:

npm run start:ios

-- If development build is already on device:

npm run start

Building & Deploying

-- To Do

Environemnts

-- To Do

Resources