react-native-multipeer
react-native-multipeer copied to clipboard
Communicate over ad hoc wifi using Multipeer Connectivity
Hey, I just discovered this package and it is exactly what I need for a project of mine. Is there any chance to get streams and resource transfer working? I...
### Description Can't build project due to the [breaking change on 0.40](https://github.com/facebook/react-native/releases/tag/v0.40.0) (See the link below). https://github.com/facebook/react-native/issues/11725 ### Solution In `RCTMultipeerConnectivity.h` and `RCTMultipeerConnectivity.m`, change codes like > #import "RCTBridgeModule.h" into...
What about Android support?
After fixing the various errors and changing the android.js, this error comes out: ``` undefined is not an object (evaluating 'RCtMultipeerConnectivity.advertise') ```
Bugfixes
Fixes one major and one minor issue that I ran into whilst developing with this package.
It would be nice if your intro provided a solid use case along with a description of how this package can be used accordingly.