All Projects → MacKentoch → Reactnativebeaconexample

MacKentoch / Reactnativebeaconexample

React-Native Beacon example (medium article related)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactnativebeaconexample

flutter beacon
An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Stars: ✭ 92 (+119.05%)
Mutual labels:  beacon
Black Hat Rust
Applied offensive security with Rust - Early access - https://academy.kerkour.com/black-hat-rust?coupon=GITHUB
Stars: ✭ 331 (+688.1%)
Mutual labels:  beacon
Android Sdk
Beaconstac ADVANCED SDK for Android devices
Stars: ✭ 18 (-57.14%)
Mutual labels:  beacon
specification
GA4GH Beacon specification.
Stars: ✭ 31 (-26.19%)
Mutual labels:  beacon
marvelmind-indoor-gps-tutorial
A tutorial for setting up and interfacing with Marvelmind Indoor 'GPS' ultrasonic beacons!
Stars: ✭ 31 (-26.19%)
Mutual labels:  beacon
Geacon
Practice Go programming and implement CobaltStrike's Beacon in Go
Stars: ✭ 460 (+995.24%)
Mutual labels:  beacon
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (+121.43%)
Mutual labels:  beacon
React Native Ibeacons
React Native library for detecting beacons (iOS and Android)
Stars: ✭ 9 (-78.57%)
Mutual labels:  beacon
Ble Indoor Positioning
Multilateration using bluetooth beacons
Stars: ✭ 274 (+552.38%)
Mutual labels:  beacon
Awesome Cobaltstrike Defence
Defences against Cobalt Strike
Stars: ✭ 507 (+1107.14%)
Mutual labels:  beacon
react-native-ibeacon-simulator
Simulate device act as an iBeacon, or transmit as an iBeacon signal from your phone
Stars: ✭ 48 (+14.29%)
Mutual labels:  beacon
CobaltStrike Script Wechat Push
CobatStrike-Script, Beacon上线,微信实时推送!
Stars: ✭ 41 (-2.38%)
Mutual labels:  beacon
React Native Beacons Manager
React-Native library for detecting beacons (iOS and Android)
Stars: ✭ 467 (+1011.9%)
Mutual labels:  beacon
wayfindr-demo-ios
The wayfindr demo app for iOS
Stars: ✭ 27 (-35.71%)
Mutual labels:  beacon
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-45.24%)
Mutual labels:  beacon
iBeacon-Android
iBeacon scanner and simulator - Android application example
Stars: ✭ 28 (-33.33%)
Mutual labels:  beacon
React Native Ibeacon
📡 iBeacon support for React Native
Stars: ✭ 359 (+754.76%)
Mutual labels:  beacon
Catchme
CatchME - WiFi Fun Box "Having Fun with ESP8266"
Stars: ✭ 28 (-33.33%)
Mutual labels:  beacon
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+1897.62%)
Mutual labels:  beacon
Aggressorscripts
Aggressor scripts for use with Cobalt Strike 3.0+
Stars: ✭ 501 (+1092.86%)
Mutual labels:  beacon

React Native: Beacons (iOS and Android)

npm

Sponsor

This repository is related to my medium article

RN-iBeacon.png

How to install

Assuming you already have:

Steps to install:

  • clone this repository
  • install all npm dependencies
    npm install
    
    or
    yarn install
    
  • integrates dependencies in iOS and Android projects
react-native link

iOS:

  • iOS 8.0 minimum

Don't forget to active Bluetooth and localization service on your device

Note: this example app is already configured: ios: active background mode

Android:

  • target :
    • minimum to 21 minSdkVersion (which means: android 5.0 LOLLIPOP)

Don't forget to active Bluetooth on your device (already done for you in this project)

Beacon:

Any beacon should work just enter the right uuid.

You have no beacon... but you have an alternate iOS device, great!

This device can become your beacon like emitter thanks to gemtot

like here
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].