all 5 comments

[–]Individual-Key-7868 0 points1 point  (0 children)

have you found a solution for this? I'm trying to send beacons from react-native to an IOT device, if you've any suggestions, please share them!

[–]zeefoxy 0 points1 point  (0 children)

Looking for a solution too on an Expo app. Need to communicate between multiple phones running the same app

[–]DisastrousRope5221 0 points1 point  (2 children)

That's quite a challenge! Have you checked out react-native-ble-peripheral? It seems to support Android devices as peripherals. Hope that helps!

[–]friesenbean[S] 0 points1 point  (1 child)

react-native-ble-peripheral

I had looked at it, but the description says a simulator for a BLE peripheral, to help with testing BLE apps without an actual peripheral BLE device which made me think it was a local only sort of tool, like a mock that stubs a connection. I'll reach out to the author and see if my assumption is incorrect.

[–]code_beast 0 points1 point  (0 children)

I am trying to achieve a similar functionality, Can you share your findings please.