github stripe/stripe-react-native v0.6.0

latest releases: v0.38.6, v0.38.5, v0.38.4...
2 years ago

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.

Don't miss a new stripe-react-native release

NewReleases is sending notifications on new releases.