Can Braintree be integrated into an expo project

I want to be able to integrate Venmo into my project, which is currently only available through Braintree.

There’s a feature request for adding Stripe and/or Braintree support:

The above one and this one both mention possible workarounds:

If the above can’t work for you you will need to eject and look up documentation on using Braintree with React Native apps.

Late here but what we can do is use Braintree graphql. this way we dont need to use hosted fields or drop in payment ui.

https://graphql.braintreepayments.com/

ill try to build an example on this one :slight_smile:

1 Like