braintree / braintree_node

Braintree Node.js library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
335 stars 104 forks source link

Error http unable to resolve moudle #148

Closed Talkwondo closed 6 years ago

Talkwondo commented 6 years ago

This is the error I get when i require the braintree

screen shot 2018-09-08 at 14 42 04

does anyone know where it come from?

thanks

crookedneighbor commented 6 years ago

It looks to me like you're trying to us the Braintree node server sdk with react native. Looks like the root of the problem may be this: https://github.com/facebook/react-native/issues/7686

However, I have concerns as to why you're using the server sdk within a client app. Doing so would have you leaking your production API keys to your customers.

Here's a guide I found that uses the web sdk within a webview in react native and Amazon Web services for the server side component.