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
3 stars 2 forks source link

Expo 51 support #16

Closed coyksdev closed 2 months ago

coyksdev commented 2 months ago

When trying to prebuild in Expo 51, it gives an error below

Screenshot 2024-07-14 at 12 03 28 PM
msasinowski commented 2 months ago

hey @coyksdev as you can find that in the docs, the minimum deployment target is 14.0

image

You can achieve that by e.g. use some expo plugin to increase minimum SDK

image
coyksdev commented 2 months ago

Thanks @msasinowski !