Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Is there solution for phones communicating via bluetooth in React Native? [closed]

$
0
0

Now I am developing a project in React Native, in which two phones need to communicate with each other via Bluetooth.

I've searched the Internet and found the two most popular libraries for RN Bluetooth: https://github.com/innoveit/react-native-ble-managerhttps://github.com/Polidea/react-native-ble-plx

But unfortunately, neither of them can turn phone to peripheral mode, which means two phones can't communicate via Bluetooth using them.

Is there a solution to that? Or I have to develop the native module myself?


Viewing all articles
Browse latest Browse all 16750

Trending Articles