Releases: moneykit/moneykit-react-native
Connect React Native 2.0.0
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:
- properly format token in payload by @okwasniewski in #63
Full Changelog: 1.16.0...2.0.0
Connect React Native 1.16.0
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
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Update iOS SDK to 1.7.7 by @avalleskey in #54
Full Changelog: 1.14.0...1.15.0
Connect React Native 1.14.0
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Update iOS SDK to 1.7.5 by @avalleskey in #53
Full Changelog: 1.13.0...1.14.0
Connect React Native 1.13.0
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Update iOS SDK to 1.7.4 by @avalleskey in #50
Full Changelog: 1.12.0...1.13.0
Connect React Native 1.12.0
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Bump semver and expo by @dependabot in #39
- Bump braces from 3.0.2 to 3.0.3 in /example by @dependabot in #41
- Bump ws in /example by @dependabot in #43
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #44
- Bump fast-xml-parser from 4.3.2 to 4.4.1 in /example by @dependabot in #46
- Bump fast-xml-parser from 4.3.2 to 4.4.1 by @dependabot in #47
- fix: Upgrade to Expo 51, fix the package by @okwasniewski in #48
- Increase package version to 1.12.0 by @weslindsay in #49
New Contributors
- @okwasniewski made their first contribution in #48
Full Changelog: 1.11.0...1.12.0
Connect React Native 1.11.0
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Update Android SDK to 0.1.0 by @weslindsay in #40
Full Changelog: 1.10.1...1.11.0
Connect React Native 1.10.1
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Update iOS SDK to 1.7.1 by @weslindsay in #38
Full Changelog: 1.10.0...1.10.1
Connect React Native 1.10.0
Requirements
Name | Version |
---|---|
iOS | >= 14.0 |
Android API | >= 26 |
What's Changed
- Update MoneyKit iOS SDK to 1.7.0 by @weslindsay in #37
Full Changelog: 1.9.2...1.10.0
Connect React Native 1.9.2
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