-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Multipeer Worldmap sending between peers as well as sending JSON between peers. Fixes podspec to work with autolinking. #208
base: master
Are you sure you want to change the base?
Conversation
code-matt
commented
Feb 15, 2020
… worldmap.. extreme wip
…Type(stringid) and also joining a session by serviceType(stringid) and opening the browser of connected peers
…sed the peer's uuid to the event cb
Feature/multipeer WIP !!
I was able to get this to work by adding the following to my
So all together:
Note: I don't think I ever ran the |
Thanks for giving it a test! I just tried again and was able to get it going without modifying Podfile (except to remove the test/tvios targets)
Installing react-native-svg and letting it autolink gets those PocketSVG dependencies in there I ended up with this package.json
I wonder if yarn has anything to do with it, if you still have issues. |