-
Notifications
You must be signed in to change notification settings - Fork 37
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
is this lib still alive ? on stream not fireing at all . no event after calling #37
Comments
@veeyka did you manage to get it working? I've built a couple of demos last year where this still worked, but now I'm having no luck anymore. I think this package is just not compatible with later versions of I'd love to fork this and maintain a package for RN that works with the latest versions or |
What I ended up doing was to copy I just needed a quick win cause I have a demo in a few days, but once I find the time I'd love to figure out a better way of maintaining a React Native PeerJS package. |
@matallui |
@alihaxan020 I don't right now, but once I find some time I'll try to put something together to share. |
Hey mate, I'm also learning and if you made any advancement than please let me know |
@savaliyap @alihaxan020 Check out my new project Artico. It works both in web and React Native and has working examples for both apps in Github. It provides the same functionality as PeerJS and more. If you find any bugs or that anything is missing, feel free to open an Issue and I'll work on it. Cheers! |
@matallui Thank you so much for your effort. It is working . Waiting for expo react native documentation for absolute beginner |
is this lib still working correct ?
im using it . every thing is ok . just call.on("stream is not fireing at all . my code is simple like docs every where .
React.useEffect(()=>{
socket.clientSocket.on("connect", ()=>{
console.log("----- - - --- - - socket connection")
});
},[])
The text was updated successfully, but these errors were encountered: