bamlab / react-native-braintree-payments-drop-in

React Native integration of Braintree Drop-in
MIT License
35 stars 31 forks source link

Apple pay support #2

Closed paladiy closed 6 years ago

paladiy commented 6 years ago

Unfortunately Braintree Drop In UI does not have Apple Pay flow support out of the box. It requires to show Apple Pay controller and receive nonce manually.

Do you have plans to add apple pay support to your packages?

Minishlink commented 6 years ago

Hello, sorry we don't have this need right now... This package only implements the DropIn logic in order to be maintainable easily.

I don't see any reason that the DropIn UI shouldn't have the full Apple Pay flow, so if it's not the case I would raise an issue on the ios drop-in repo. The flow works well with 3DSecure and other means of payments, so there's no valid reason to not provide the developers the ability to show the Apple Pay sheet ;)

paladiy commented 6 years ago

@Minishlink Thank you for your response. I've found recent question on this topic: https://github.com/braintree/braintree-ios-drop-in/issues/82

So seems like they are not planning to add it.