react-native-apple-pay-button
v1.0.8
Published
Apple pay native button component
Downloads
22
Readme
react-native-apple-pay-button
Getting started
$ npm install react-native-apple-pay-button --save
Mostly automatic installation
$ react-native link react-native-apple-pay-button
Usage
import ApplePayButton from 'react-native-apple-pay-button';
<ApplePayButton
buttonStyle="black"
type="donate"
width={200}
height={44}
/>;