The is a App client for ibeacon, implemented using React Native. This project can run on both Android and iOS, with more than 80% of code in common. This is a demo project to show how to develop a ibeacon client app with React Native. (The api is from iBeacon support for React Native)
*iBeacon support for React Native is very similar to the CoreLocation Objective-C one with the only major difference that regions are plain JavaScript objects. Beacons don't work in the iOS simulator.
- Prepare your environment: Requirements and Android Setup
- Clone this repo, and goto the project root directory
- run
npm install
- run
react-native run-android
- Enjoy