Breaking changes
- To comply with Google's new branding guidelines for the Google Pay button, the
<GooglePayButton />
component'stype
prop now only acceptsstandard
orpay
(pay_shadow
,pay_dark
,standard_shadow
, andstandard_dark
were all removed). It defaults tostandard
. #1135 - Your
compileSdkVersion
(inandroid/build.gradle
) now must be at least 33. Changing yourcompileSdkVersion
does not change runtime behavior.
New features
- Add
returnURL
as an optional parameter tohandleNextAction
. Use this so the Stripe SDK can redirect back to your app after authentication. #1104
Fixes
- Fixed an issue where the error resolved on iOS wasn't the root error. #1105
- Fix Expo Config Plugin support on SDK 46. #1111
- Updated
stripe-ios
from 22.7.+ to 22.8.+. Updatedstripe-android
from 20.9.+ to 20.12.+. This updates the Google Pay button to match the new brand guidelines. #1135
Please see the changelog for additional details.