udark / underdark-cocoa

Bluetooth peer-to-peer mesh networking for iOS
http://underdark.io
Other
123 stars 24 forks source link

React Native #3

Closed luandro closed 8 years ago

luandro commented 8 years ago

It would be the most awesome thing ever to have this as a React-Native plugin for both iOS and Android. I personally have no experience with Java os C environments, so I'm not sure what needs to be done.

You could wrap native code in a manager or take a look at react-native-invoke, you can:

Invoke any native code directly from Javascript in React Native (without wrapping it first with a native manager)

virl commented 8 years ago

@luandro Thanks for the request, I will look into it.

alexkendall commented 8 years ago

Already did.

https://github.com/alexkendall/react-native-bluetooth-cross-platform It uses underdark and is cross platform. I need to clean up the documentation and feel free to contribute, but it uses underdark and is completely cross platform.

luandro commented 8 years ago

I'll check it out once I have some time. That's awesome, thanks.