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 [email protected]:s2t2/beacon-navigator.git
cd beacon-navigator/
npm install
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.