Apple Pay with React Native
We are trying to add an Apple Pay button to our React Native App. Is it possible to create your own apple pay button in react native, or is it required you use some sort of API / kit / asset?
Yes you can create your own apple pay button. You just have to make sure to use their asset for the apple icon and follow their strict style guidelines.
You can find a lot of documentation here: https://www.apple.com/apple-pay/ and you can download the necessary asset here: https://images.apple.com/apple-pay/downloads/Apple_Pay_Payment_Mark.zip
Comments
Post a Comment