msasinowski / react-native-expo-braintree

React Native library that implements PayPal(Braintree) checkout, vault, and tokenize card flow using Braintree SDK, and pure native code using swift and kotlin. And add possibility to integrate the braintree sdk with expo based project.
MIT License
6 stars 4 forks source link

feat: Bump Braintree Ios SDk from 6.17.0 -> 6.23.3 #18

Closed msasinowski closed 2 months ago

msasinowski commented 2 months ago

Resolve issue related to build the app on ios 18.0 SDK

Pods/Braintree/Sources/BraintreeCore/UIApplication+URLOpener.swift:13:1)

11 | } 12 |

13 | extension UIApplication: URLOpener { } | ^ type 'UIApplication' does not conform to protocol 'URLOpener' 14 |