React Native Bluetooth - control app with bluetooth

Viewed 16

I am working on an app in react native, and I have to connect it with a device through bluetooth. From the device I can control my application, has anyone worked with something similar?

There is very little information on the internet about it.

1 Answers

Check out React Native BLE Manager. This library is designed for Bluetooth-low-energy devices' integration with React Native.

Related