7

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?

Tori Huang
  • 527
  • 1
  • 7
  • 25

2 Answers2

0

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

GCC
  • 1
0

https://github.com/Naturalclar/react-native-add-wallet This helped me create an add to apple wallet button in react-native app using native module.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Sep 26 '22 at 13:35