React Native supports all Android versions higher than 4.1 (API 16) . targetSdkVersion – it specifies the Android version your app is targeting. You can read more about these three properties in a very detailed post. versionName – this is the version of your app that will be visible to users.
Read moreDoes React Native support Android 12?
Today we’re releasing React Native v0. 66 for Android 12 and iOS 15 support alongside fixes and general updates.1 Eki 2021
Read moreHow do I upgrade targetSdkVersion?
Here’s how to change the targetSdkVersion and minSdkVersion in Android Studio.
Read moreWhat is gradle in React Native?
A gradle plugin for React Native Android that simplifies and standardises build configurations (such as dependency versioning) for Projects & React Native modules .
Read moreHow do I change my API level from 29 to 30 in React Native?
To make expo target new Api level 30, you need to upgrade your app to Expo SDK 41 or higher . Do the following ; Upgrade your expo cli to 41 or higher – npm i -g expo-cli [email protected]. Run expo upgrade on your project.
Read moreHow do I change my API level in React Native?
mandeep511 commented on Apr 15, 2021 •
Read moreWhat is minSdkVersion React Native?
minSdkVersion – it describes the minimum Android OS version that your app will support . React Native supports all Android versions higher than 4.1 (API 16). targetSdkVersion – it specifies the Android version your app is targeting.
Read more