Skip to content

chadhamre/react-native-bluetooth-beacons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains the react-native component of an app that was mean to unlock a door using bluetooth BTE sensors of a mobile phone, paired with a BTE beacon, and raspberry pi.

This app has been detached to expo-kit to since expo does not support BLE controllers.

To Run

  • run yarn install
  • run yarn start
  • open a second terminal window and run open ios/ibeacons.xcworkspace and then build and run
  • for android, open the android folder in Android Studio and then build and run