msasinowski / react-native-expo-braintree

React Native library that implements PayPal(Braintree) checkout, vault, and tokenize card flow using Braintree SDK, and pure native code using swift and kotlin. And add possibility to integrate the braintree sdk with expo based project.
MIT License
6 stars 4 forks source link

[Draft] feat: 3DSecure integration (IOS and Android) Will be revisited after 3.0.0 #20

Closed msasinowski closed 3 days ago

msasinowski commented 1 month ago

3DSecure integration

IOS - Done Android - TBD Documentation - TBD Simple Braintree Gateway - Done (For generate Client Token for 3DS)

msasinowski commented 1 month ago

It would be awesome if you could also do Android integration too. For now, I can see in your comment for Android TBD. Thanks.

Yeah, I tried to integrate it with the 4.49.0 version with no luck so I switched to the newest 5.0.x Braintree for Android but it requires a lot of changes in the deep links because of the major change, in the SDK itself, I will try to do something with 4.49 when I have some free time.

I had a draft MR that introduced the change https://github.com/msasinowski/react-native-expo-braintree/pull/23/files, but until 5.0.0 for android is stable I will try to use 3dSecure on 4.49.0