Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 622 Bytes

React Native BLE Example

Made with React Native and react-native-ble-manager.

Installation

Prerequisits are Node and React Native. https://facebook.github.io/react-native/docs/getting-started.html

Start

  • Clone the project
  • Navigate to your project folder
  • Open terminal and type:
    $ npm instal
    
    to install the dependencies
  • Make sure the device you want to run the app on is connected to your computer
  • From terminal run:
    $ react-native run-android
    
    or
    $ npm install -g ios-deploy
    $ react-native run-ios --device
    
    depending on which device you want to use