-
React Native PayPal是一个React Native库,它使用纯本机代码来实现PayPal Checkout流程
资源介绍
React本地贝宝
使用纯本机代码实现PayPal 流的React本机库。
入门
$ npm install react-native-paypal --save或$ yarn add react-native-paypal
大多是自动安装
$ react-native link react-native-paypal 。 检查结果,如果iOS和/或Android项目文件未更改,请执行手动安装中所述的步骤。
[Android]在android/app/build.gradle添加implementation "com.braintreepayments.api:braintree:3.+"和implementation "com.braintreepayments.api:data-collector:3.+" 。
[iOS]将pod 'Braintree/DataCollector