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:react-native-ble-manager, 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.
So is there a solution for phones communicating via Bluetooth in React Native?