Hi
I am trying to use this npm package into react-native:
https://github.com/node-xmpp/node-xmpp/tree/master/packages/node-xmpp-client
but it do not work as is raise some exception (Like: Requiring unknown module "crypto")
This package is supposed to be working in browsers with browserify though. So do you think using react-native-browser-builtins I could make it work into react-native? Does react-native-browser-builtins allow to bring all browserify functionnalities into react-native?
If so, how should I include it into my react-native app?
Thanks for your help
Hi
I am trying to use this npm package into react-native:
https://github.com/node-xmpp/node-xmpp/tree/master/packages/node-xmpp-client
but it do not work as is raise some exception (Like: Requiring unknown module "crypto")
This package is supposed to be working in browsers with browserify though. So do you think using react-native-browser-builtins I could make it work into react-native? Does react-native-browser-builtins allow to bring all browserify functionnalities into react-native?
If so, how should I include it into my react-native app?
Thanks for your help