Nodejs client with react-native

nemo12344
I'm trying to use [email protected] node module in my react-native app. But whenever I run my app it's giving me following error.

error: bundling failed: Error: Unable to resolve module `http` from `/home/harshee/Gameon/node_modules/kiteconnect/lib/connect.js`: Module `http` does not exist in the Haste module map

Please help me with this.
  • sujith
    Hi @nemo12344,
    The kiteconnectjs is a node dependent library. One can't use it in the react native app. You will have to build your own wrapper.
    You can check out the documentation here.
Sign In or Register to comment.