Search code examples
socketsreact-nativetcp

TCP Sockets in React Native?


I'm trying to use react-native-tcp with React-Native 50 and I'm getting "Native module cannot be null".

https://github.com/PeelTechnologies/react-native-tcp/issues/55

Is anyone using this successfully that can lend a hand?


Solution

  • I started using https://github.com/PeelTechnologies/react-native-tcp and it works great. You'll have to have to detach in order to use it and be sure to read the installation notes.