Skip to content
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

Not Working with React Native 0.62 #112

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

preduseldavid
Copy link

Not working with the latest version of React Native (0.62) for iOS. It gets conflict with CocoaAsyncSocket (duplicate symbols), so the the build fails

ahizzle and others added 15 commits December 1, 2017 15:47
Don't override process if it defined
Fixes android build errors on newer android API versions by pulling build.gradle vars like compileSdkVersion from the parent app if available
Don't override process if it defined
add new android gradle directives
Fix the global.process issue in TcpSocket.js while preserving ability to debug with Chrome/vscode.
Overwrites global.process in TcpSocket.js only when one of the following is true:

global.process does not exist
global.process does exist and global.process.nextTick does not exist.
Fix the global.process issue in TcpSocket.js while preserving debugging
Allow listening to all interfaces instead of just localhost
@theprdv
Copy link

theprdv commented Apr 2, 2020

Not working with the latest version of React Native (0.62) for iOS. It gets conflict with CocoaAsyncSocket (duplicate symbols), so the the build fails

@Overtorment
Copy link

@Rapsssito
Copy link

Rapsssito commented Apr 5, 2020

@Overtorment and @preduseldavid, I might also add my own repo, react-native-tcp-socket, which is RN 62.0 compatible.

@preduseldavid
Copy link
Author

@Rapsssito there is a bug in your package, I used it before I switched to this package.
1586090928077

@Rapsssito
Copy link

Rapsssito commented Apr 5, 2020

@preduseldavid feel free to open an issue with your case! The repo is used in more than 17 projects without problems and I use it on production.

Your issue is probably caused by JS object handling and might have an easy fix.

aprock and others added 6 commits April 9, 2020 09:04
Upgrade for Android API 29 , using gradle 6, react-native 0.61+, test…
Same fix as react-native-udp
Fix React Native 0.62 compatability
@Overtorment
Copy link

we switched to https://github.com/Rapsssito/react-native-tcp-socket in production and I highly recommend it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.