https://github.com/philipheinser/beaconbroadcast
React Native Module that broadcasts an iBeacon uuid.
https://github.com/philipheinser/beaconbroadcast
broadcasts hacktoberfest ibeacon react-native
Last synced: about 1 year ago
JSON representation
React Native Module that broadcasts an iBeacon uuid.
- Host: GitHub
- URL: https://github.com/philipheinser/beaconbroadcast
- Owner: philipheinser
- License: mit
- Created: 2016-04-18T21:15:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T13:57:57.000Z (about 9 years ago)
- Last Synced: 2025-05-05T05:11:51.918Z (about 1 year ago)
- Topics: broadcasts, hacktoberfest, ibeacon, react-native
- Language: Objective-C
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beaconbroadcast 
React Native Module that broadcasts an iBeacon uuid.
### Setup
Install using https://github.com/rnpm/rnpm :
`rnpm install beaconbroadcast`
Import in your project:
`import BeaconBroadcast from 'beaconbroadcast';`
### API
Start iBeacon on device:
`BeaconBroadcast.startAdvertisingBeaconWithString('uuid', 'identifier');`
Stop iBeacon:
`BeaconBroadcast.stopAdvertisingBeacon()`