Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.26 KB

Beacon Navigator

A react-native android application to detect nearby points of interest based on proximity to Bluetooth beacons.

Concept by Eyal Feder, Eugena Ossi and MJ Rossetti during the 2016 Paris Summer Innovation Fellowship.

a demonstration of app functionality

Contributing

Prerequisites

Follow prerequisite steps as necessary to setup development environment.

Installation

Download source code and install package dependencies:

git clone [email protected]:s2t2/beacon-navigator.git
cd beacon-navigator/
npm install

Development

Ensure an android emulator is running or an android device is connected:

/Users/YOUR_USERNAME/Library/Android/sdk/platform-tools/adb devices

Then package and run the application:

react-native run-android

To view the results of console.log() statements for debugging purposes, run:

react-native log-android

Optionally toggle boolean values in lib/dev_helper.js to suit your development needs over time.