I can't find this information. Is it true that Android React Native runs on sdkMin18 and therefore makes it supported by most android versions?
1
-
Just to add on @Murat Karagöz 's answer... Here is where the React Native minSdk support changed: - version 0.64.0 supports minSdk 21, Android 5.0 or newer - version 0.63.4 supports minSdk 16, Android 4.1 or newer github.com/facebook/react-native/releasesPaul Onteri– Paul Onteri2021-03-13 22:20:28 +00:00Commented Mar 13, 2021 at 22:20
Add a comment
|
3 Answers
It is documented on the framework's github page.
React Native apps may target iOS 15.1 and Android 7.0 (API 24) or newer.
4 Comments
Joe
Thanks, I'm really a beginner so can you tell me please what is the meaning of API 16??
Murat Karagöz
@Joe Tha'ts the sdk version. In this case it reflects on Android 4.1. So devices which are not 4.1 or higher will not be able to run the app.
Bhavuk Jain
For iOS, it's now 9.0
The supported iOS version changes all the time, but you can find it at any time by checking the Podfile on the official repository:
October 2023
March 2023
As of 2023, the min version can be found there:
December 2021
https://github.com/facebook/react-native/blob/main/template/ios/Podfile
For example, as of December 2021, the supported iOS version is 11.0.
3 Comments
Jovylle
it is 12.0 now right, in aug of 2022
Steve Moretz
Link is wrong now.
goodhyun
link updated again.