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.
Follow prerequisite steps as necessary to setup development environment.
Download source code and install package dependencies:
git clone git@github.com:s2t2/beacon-navigator.git
cd beacon-navigator/
npm installEnsure an android emulator is running or an android device is connected:
/Users/YOUR_USERNAME/Library/Android/sdk/platform-tools/adb devicesThen package and run the application:
react-native run-androidTo view the results of console.log() statements for debugging purposes, run:
react-native log-androidOptionally toggle boolean values in lib/dev_helper.js to suit your development needs over time.