-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Sharing App using same network #47
Comments
@muzammil413tariq Does your desktop support android p2p-protocol? |
@kirillzyusko let me know how to check it ...and if its support then is this is possible to send data from mobile to desktop |
@muzammil413tariq how do you develop desktop application? Which framework are you using? |
@kirillzyusko Electron js |
@muzammil413tariq I don't think you can use this library for these purposes. I quickly ran through several links in Google and couldn't find any info on how to connect mobile device with PC. |
@kirillzyusko so how can i send data from my mobile react native app to desktop..Like shairit. |
@kirillzyusko Many of modern device has in built support for this... I creating an react native app in which user can click images and send it to desktop..please suggest m how can i do it |
@muzammil413tariq if you can give me an example (source code) of app, that can share files between desktop/mobile, then I can help. I don't know almost anything about development desktop applications. |
@kirillzyusko here is what I found on the internet is #react-native-tcp I think this can help me but i don't know how to use it |
@muzammil413tariq you can try. But I don't know how you can establish connection between desktop and mobile. Sorry, I can't really help you... |
Hey i want to create an app using react native whixh can share data from mobile to desktop
The text was updated successfully, but these errors were encountered: