reactnative-xmpp
reactnative-xmpp copied to clipboard
Update Readme - Add pointers to use this on Android
@chetansaundankar Why would this be different on android?
@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 the library is not working for RN > 0.40.
giving Sending connect with no listeners registered. error.
Can you please update it.
Hi @srijan02420
Can you please update your react-native-tcp version of the package.json file to "react-native-tcp": "^3.0.6"?
Pull-requests are welcome 👍