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?