Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-Native Lowest Android API level

Tags:

I am doing some research on react-native and android. Does anyone know the lowest api level react-native supports for android? I've searched all over their docs page and couldn't find it.

like image 637
Hannah Avatar asked Feb 24 '16 16:02

Hannah


People also ask

What is minimum API level?

When you upload an APK, it must meet Google Play's target API level requirements. New apps must target Android 12 (API level 31) or higher; except for Wear OS apps, which must target Android 11 (API level 30) or higher.

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.

What version of Android does React Native support?

React Native requires Android 6.0 (Marshmallow) SDK or higher. We recommend using the latest SDK. Create environment variable paths for the Java SDK and Android SDK: In the Windows search menu, enter: "Edit the system environment variables", this will open the System Properties window.


1 Answers

Supported operating systems are >= Android 4.1 (API 16) and >= iOS 9.0.

https://github.com/facebook/react-native/releases/tag/v0.56.0

like image 84
Hannah Avatar answered Oct 12 '22 13:10

Hannah