Closed Talkwondo closed 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.
This is the error I get when i require the braintree
does anyone know where it come from?
thanks