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

missing some `await` in class methods #18

Closed antoinerousseau closed 3 months ago

antoinerousseau commented 4 months ago

These methods (and maybe others) return undefined because they should await calling their native counterparts:

https://github.com/bridgefy/bridgefy-react-native/blob/main/src/index.tsx#L255-L280