Releases: smarkets/react-native-paypal
Releases · smarkets/react-native-paypal
4.1.0
4.0.1
4.0.0
- Adds requestDeviceData (thanks to @lutfidemirci ) #61
See more details here https://developers.braintreepayments.com/guides/advanced-fraud-management-tools/overview
This data should be sent if 'Advanced Fraud Management Tools' is enabled in your Braintree account - Changed version resolution of Android Braintree SDK to 3.+ so there doesn't need to be a version bump of this package each time that SDK version updates
Breaking Changes:
- You must add
pod 'Braintree/DataCollector'
to youros/Podfile
file - Add
com.braintreepayments.api:data-collector:3.+"
to yourandroid/app/build.gradle
file
Suggested changes:
- Change your Braintree Pod entry to
pod 'Braintree', '~> 4'
- Change your Braintree SDK entry to
implementation "com.braintreepayments.api:braintree:3.+"
This will allow those versions to be up to date instead of stuck on set version
3.1.1
3.0.1
Updates braintree support to v3 sdk
Fixes relative podspec location
Adds typescript definitions
This release has a few breaking changes and requires some updates:
For android in android/app/build.gradle update braintree version to 3.13.0 (implementation "com.braintreepayments.api:braintree:3.13.0")
For ios in ios/Podfile update your podfile location (pod 'RNPaypal', :path => '../node_modules/react-native-paypal/ios')