Skip to content

v0.6.0

Compare
Choose a tag to compare
@charliecruzan-stripe charliecruzan-stripe released this 01 Apr 19:58
· 423 commits to master since this release

Breaking

  • #861 BREAKING: This library now supports iOS 12 and up, due to stripe-ios increasing the deployment target. If you would like to build for iOS 11, please continue to use @stripe/stripe-react-native@0.5.0.
    • To upgrade your iOS deployment target to 12.0, you can either do so in Xcode under your Build Settings, or by modifying IPHONEOS_DEPLOYMENT_TARGET in your project.pbxproj directly. You will also need to update your Podfile to target :ios, '12.0'.

New features

  • #861 Feat: Add support for ACHv2 payments on iOS only.

Changes

  • #861 Chore: Upgrade stripe-ios to 22.0.0.