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
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.
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.