Skip to content

blazing-edge-labs/rn-ble-example

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published