How do we declare a different minimum iOS version than the expo default?

In the App Store, it says our app supports iOS 12, but in reality our codebase assumes iOS 13 (and the app doesnt function properly on 12).

Is there any way to manually declare iOS 13 as the minimum version? Should we just wait until Expo 47 gets released?

Hi @pastel

I think this is what you’re looking for:

1 Like

Beautiful! This is exactly what I needed, thank you :slight_smile:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.