Skip to content

Releases: msasinowski/react-native-expo-braintree

Release 2.4.0

18 Sep 11:13
Compare
Choose a tag to compare

2.4.0 (2024-09-18)

Features

  • Bump Braintree Ios SDk from 6.17.0 -> 6.23.3 (#18) (0df0314)

Release 2.2.2

10 May 08:54
Compare
Choose a tag to compare

2.2.2 (2024-05-10)

  • keywords and readme change

Release 2.2.1

09 May 16:42
Compare
Choose a tag to compare

2.2.1 (2024-05-09)

  • change last references to PaypalReborn package

Release 2.2.0

08 May 18:02
Compare
Choose a tag to compare

2.2.0 (2024-05-08)

  • change package name to react-native-expo-braintree

Release 2.1.1

08 May 00:02
Compare
Choose a tag to compare

2.1.1 (2024-05-08)

Features

  • [2.1.0] Add expo compatibility plugin (#11) (bf9f7af)

2.0.1

06 May 18:04
Compare
Choose a tag to compare

2.0.1 (2024-05-06)

  • integration with IOS v6 Braintree SDK
  • rewrite the whole project structure
  • rewrite native Android files from JAVA to Kotlin
  • rewrite native ios files from objective-c to swift
  • add 2 new methods getDeviceDataFromDataCollector and tokenizeCardData
  • bump ios minimum SDK to 14.0

1.1.0

15 Feb 14:37
2e84618
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

09 May 10:21
a877953
Compare
Choose a tag to compare

This release includes a change in the implementation of the Android Paypal SDK from version 3.x to version 4.x, this is a major change for the whole Android part of the library.

0.1.0

14 Apr 14:16
8bbe9f9
Compare
Choose a tag to compare

The release includes a change for custom text inside of the Paypal flow. The release includes changes for both ios-sdk and android-sdk, but in the current state the solution with custom text will be working only in ios-sdk, android one will be working after the upgrade of the new SDK will be happening.

0.0.1 Version Release

23 Dec 16:29
05ecb86
Compare
Choose a tag to compare

Include:

  • iOS v5 SDK Implementation
  • cleanup in package dist
  • cleanup and add dev features such as husky and commit lint to the repository