/ForegroundTest

React Native Foreground Service Bluetooth Test

Primary LanguageJavaScript

This is a React Native Foreground Service example app inspired by this issue on the react-native-ble-plx bluetooth package.

The intent of this app is to demonstrate how to do background bluetooth scanning using the Android Foreground Service.

Interval Method

Action Performed at Each 10 Second Interval

npm install --save react-native-ble-plx
react-native link react-native-ble-plx
react-native run-android