PeelTechnologies/react-native-tcp

React Native 0.47 no longer supports createJSModules

Closed this issue · 5 comments

React Native 0.47 removed createJSModules, so react-native-tcp will no longer compile on Android. See:
https://github.com/facebook/react-native/releases/tag/v0.47.0

I copied the fix from react-native-device-info to remove the @Override declaration, which allows it to work on RN 0.47, but I haven't tested it on older versions.

I created a PR to address this:
#57

+1 for this. please merge and release it, thanks.

when to release the new version?

In the meantime, you can do:
"react-native-tcp": "git+https://github.com/PeelTechnologies/react-native-tcp.git",

It would be really nice to get a new release though.

sorry for the delay. 3.3.0 has been pushed to npm