Using version 1.2.2, Android sync does not work anymore:
Bridgefy starts properly and gives me a userId but when later I try to send a message like this:
await bridgefy.initialize("our_key_here", true, BridgefyOperationMode.HYBRID);
await bridgefy.start();
// get the `currentBridgefyUserId` from `bridgefy.onStart` and then later:
const messageId = await bridgefy.send("hello", {
type: BridgefyTransmissionModeType.BROADCAST,
uuid: currentBridgefyUserId,
});
On iOS I get a message ID, but on Android I get "pending"
Also, we tried with your example app and it's the same issue (all permissions are good, SDK is initialized and started, but when we refresh peers or broadcast a message we get nothing)
We tried different propagation profiles (standard and realtime) and different operation modes (foreground and hybrid) but nothing works!
Device: Pixel 10 Pro and/or Moto G84
Expo 55
React Native 0.83.8
bridgefy-react-native 1.2.2
Using version 1.2.2, Android sync does not work anymore:
Bridgefy starts properly and gives me a
userIdbut when later I try to send a message like this:On iOS I get a message ID, but on Android I get
"pending"Also, we tried with your example app and it's the same issue (all permissions are good, SDK is initialized and started, but when we refresh peers or broadcast a message we get nothing)
We tried different propagation profiles (standard and realtime) and different operation modes (foreground and hybrid) but nothing works!
Device: Pixel 10 Pro and/or Moto G84
Expo 55
React Native 0.83.8
bridgefy-react-native 1.2.2