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 modifyingIPHONEOS_DEPLOYMENT_TARGET
in yourproject.pbxproj
directly. You will also need to update your Podfile to target:ios, '12.0'
.
- To upgrade your iOS deployment target to 12.0, you can either do so in Xcode under your
New features
- #861 Feat: Add support for ACHv2 payments on iOS only.
Changes
- #861 Chore: Upgrade
stripe-ios
to 22.0.0.