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?
Asked
Active
Viewed 3,375 times
7
-
Did you succeed in implementing Apple Pay into your React Native app??? – Norfeldt Jun 04 '18 at 06:18
-
1No, unfortunately i did not. The project was put on pause. – Tori Huang Aug 21 '18 at 20:13
2 Answers
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.

parallelworld
- 11
- 1
-
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