PeelTechnologies / react-native-tcp

node's net api in react-native
MIT License
284 stars 212 forks source link

Not Working with React Native 0.62 #112

Open preduseldavid opened 4 years ago

preduseldavid commented 4 years ago

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

theprdv commented 4 years ago

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 commented 4 years ago

This repo is abandoned, I suggest you send PR to an active fork, there's a bunch:

https://github.com/aprock/react-native-tcp OR https://github.com/hawkingnetwork/react-native-tcp OR https://github.com/tablexi/react-native-tcp OR https://github.com/PeelTechnologies/react-native-tcp/network/members

Rapsssito commented 4 years ago

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

preduseldavid commented 4 years ago

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

Rapsssito commented 4 years ago

@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.

Overtorment commented 4 years ago

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