[0.76] iOS minimum OS
version bump to 15.1
Announcement
#812
Replies: 4 comments 11 replies
-
About:
Do you have more info about this or a link to get more details? Thanks! |
Beta Was this translation helpful? Give feedback.
-
This is not sufficient reason to skip |
Beta Was this translation helpful? Give feedback.
-
disagree, iOS14 is popular and iOS 14 is smoother than iOS15 |
Beta Was this translation helpful? Give feedback.
-
why 15.1 not 15.0? |
Beta Was this translation helpful? Give feedback.
-
TL;DR
From React Native
0.76
the minimum iOS version will be15.1
.We're sharing this announcement to inform our community that we're about to bump the minimum iOS version for React Native. React Native
0.76
will be the first version with a minimum iOS version of15.1
.We're sharing this announcement now to give enough time to update your app and communicate it to your users..
Why are we jumping two version bumps instead of going to
iOS 14
?Both iOS
14
and15
support the same minimum iPhone which isiPhone 6s
.Why we're doing this change
There are two major factors we consider for bumping the minSdk amongst other things;
By dropping support for older versions of iOS, we're able to offer you a better React Native experience and simplify our codebase.
What does this mean for me?
We believe this change won't affect most developers and is part of the natural mobile update cycles.
In the rare circumstance where you're targeting older devices, this change means that users of your applications on
iPhone 6
and below won't be able to receive updates of your apps if you update your project beyond React Native0.76
. In those cases the recommendation is to use React Native0.75
as long as possible, or work out a plan to update the minimum iOS version of your app.If you have not migrated to the new architecture but plan to do so, then we would suggest testing it out ASAP as you will be stuck with
0.75
for a while. You should report any critical bugs early so it can be fixed while the support window is still open.Beta Was this translation helpful? Give feedback.
All reactions