Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version does React Native support (iOS and Android)?

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?

like image 213
Joe Avatar asked Feb 13 '17 09:02

Joe


People also ask

What is the version of Android and iOS React Native supports?

Today we're releasing React Native v0. 66 for Android 12 and iOS 15 support alongside fixes and general updates.

Can React Native run on both iOS and Android?

With React Native, developers can write real, natively rendering mobile applications for iOS and Android. It helps build apps on two platforms at once, while maintaining the look, feel, and productivity of an app built on the specific iOS or Android platform.

Does React Native support Android 6?

React Native supports all Android versions higher than 4.1 (API 16).

Does React Native support Android 11?

This is officially supported in React Native 0.63. August 2021: All new Android apps on Google Play must target SDK level 30 (Android 11). This will be officially supported in an upcoming version of React Native.


2 Answers

You can run it on minSdk 21 as it is documented on the framework's github page.

React Native apps may target iOS 11.0 and Android 5.0 (API 21) or newer.

like image 78
Murat Karagöz Avatar answered Oct 14 '22 07:10

Murat Karagöz


  • for February 2020:
  • React Native apps may target iOS 10.0 and Android 4.1 (API 16) or newer.
  • Expo supports Android 5+ and iOS 10+.
like image 17
Artem Bochkarev Avatar answered Oct 14 '22 05:10

Artem Bochkarev