reactnative-xmpp icon indicating copy to clipboard operation
reactnative-xmpp copied to clipboard

Update Readme - Add pointers to use this on Android

Open chetansaundankar opened this issue 9 years ago • 5 comments
trafficstars

chetansaundankar avatar Jul 30 '16 15:07 chetansaundankar

@chetansaundankar Why would this be different on android?

Froelund avatar Oct 17 '16 10:10 Froelund

@Froelund Apologies for a tardy reply. Generally rnpm link would solve the issue of linking native libs/modules and there would not be any need to do things differently on Android. However in reality, I have seen rnpm link not working in some cases, when this happens, linking of native libs has to be done manually. The manual linking process is different for Android, hence this ToDo.

chetansaundankar avatar Dec 28 '16 08:12 chetansaundankar

@chetansaundankar the library is not working for RN > 0.40. giving Sending connect with no listeners registered. error. Can you please update it.

srijan02420 avatar Mar 15 '17 06:03 srijan02420

Hi @srijan02420

Can you please update your react-native-tcp version of the package.json file to "react-native-tcp": "^3.0.6"?

RD1991 avatar Aug 11 '17 13:08 RD1991

Pull-requests are welcome 👍

Froelund avatar Aug 12 '17 08:08 Froelund