1.0.8 • Published 5 years ago
react-native-apple-pay-button v1.0.8
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}
/>;