bridgefy / bridgefy-react-native

The Bridgefy Software Development Kit (SDK) is a state-of-the-art, plug-and-play package that will let people use your mobile app when they don’t have access to the Internet, by using Bluetooth mesh networks.
MIT License
11 stars 4 forks source link

Fatal error: Unexpectedly found nil while unwrapping an Optional value #17

Closed antoinerousseau closed 3 months ago

antoinerousseau commented 4 months ago

Calling currentUserId() throws me this native iOS error

Fatal error: Unexpectedly found nil while unwrapping an Optional value
Screenshot 2024-06-19 à 16 35 44

And on a side note, it also happens with send("test", { type: "mesh", uuid: "aaa" }) because uuid needs to be an actual UUID, otherwise I get the same kind of error:

Screenshot 2024-06-20 à 14 11 07

bridgefy-react-native 1.1.2 react-native 0.71.17 iOS 17.5.1 on iPhone XR