Changes
- [Changed] React Native versions < 0.75 are deprecated.
- [Changed] iOS: By default, the Stripe iOS SDK is now resolved through Swift Package Manager instead of CocoaPods (the Stripe iOS SDK is deprecating CocoaPods support). This requires building with dynamic frameworks: add
use_frameworks! :linkage => :dynamicto your Podfile (for Expo, set"useFrameworks": "dynamic"via theexpo-build-propertiesplugin). See Stripe iOS SDK resolution in the README for details, troubleshooting, and temporary workarounds.