Skip to content

Releases: moneykit/moneykit-react-native

Connect React Native 2.0.0

18 Dec 19:39
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Please note this version of the Connect React Native SDK contains a breaking change. In previous versions of the SDK, the token value in the SuccessPayload for the onSuccess event was malformed when using Android.

Before updating, the value on Android would look like:

"token": "token_here"

After updating, the value on Android will look like :

"token": {"value": "token_here"}

This now matches the ExchangeableToken type definition, which was previously only being met by links happening on iOS:

export type ExchangeableToken = {
  value: string;
};

Should it be helpful, please see code change here:

Full Changelog: 1.16.0...2.0.0

Connect React Native 1.16.0

22 Nov 15:21
a165d9d
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

  • fix(Android): resolve context issues with continueFlow() by @okwasniewski in #59

Full Changelog: 1.15.0...1.16.0

Connect React Native 1.15.0

10 Oct 17:51
619fa97
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Full Changelog: 1.14.0...1.15.0

Connect React Native 1.14.0

04 Oct 18:24
74eccc3
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Full Changelog: 1.13.0...1.14.0

Connect React Native 1.13.0

23 Aug 16:07
133b779
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Full Changelog: 1.12.0...1.13.0

Connect React Native 1.12.0

05 Aug 09:53
2763694
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

Connect React Native 1.11.0

18 Jun 15:49
d22df22
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Full Changelog: 1.10.1...1.11.0

Connect React Native 1.10.1

13 May 13:40
b58d59b
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Full Changelog: 1.10.0...1.10.1

Connect React Native 1.10.0

25 Apr 16:57
9ec97c0
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

Full Changelog: 1.9.2...1.10.0

Connect React Native 1.9.2

19 Apr 20:29
0c7e304
Compare
Choose a tag to compare

Requirements

Name Version
iOS >= 14.0
Android API >= 26

What's Changed

  • Update MoneyKit iOS SDK to 1.6.6

Full Changelog: 1.9.1...1.9.2