Skip to content

Releases: smarkets/react-native-paypal

4.1.0

14 Feb 23:24
f7f034e
Compare
Choose a tag to compare

4.0.1

11 Feb 03:01
5093e1e
Compare
Choose a tag to compare

4.0.0

07 Feb 00:37
dab43ba
Compare
Choose a tag to compare

Breaking Changes:

  • You must add pod 'Braintree/DataCollector' to your os/Podfile file
  • Add com.braintreepayments.api:data-collector:3.+" to your android/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

18 Oct 04:21
67e0dc9
Compare
Choose a tag to compare
  • Adds a new example app for package
  • Bumps android SDK to latest version
  • Adds some extra info in readme for setup/debugging

3.0.1

17 Oct 23:19
2392083
Compare
Choose a tag to compare

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')

2.2.0

20 Aug 01:52
cf9edf5
Compare
Choose a tag to compare
  • Adds vault payment functionality (thanks @dkfl1995!)
  • Fixes react-native peer dependency warning
  • Updates iOS installation instructions to help prevent pod install issue