From 192a88d522befa3b5cc073d441210f8148e8ac69 Mon Sep 17 00:00:00 2001 From: David Angulo Date: Thu, 21 Dec 2023 22:29:00 -0800 Subject: [PATCH] docs: bump minSdk to 23 (#42034) Summary: The Android minSdk has been bumped in https://github.com/facebook/react-native/pull/38874 but not in the README. ## Changelog: [General] [Fixed] - Updated docs to match Android 6.0 (API 23) minimum requirement. Pull Request resolved: https://github.com/facebook/react-native/pull/42034 Test Plan: N/A Reviewed By: fkgozali Differential Revision: D52364522 Pulled By: arushikesarwani94 fbshipit-source-id: b04b5aa94b629380b559b2717e12a882f8817a6f --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a99a5c75c20e3f..4d8883c511c666 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ React Native is developed and supported by many companies and individual core co ## 📋 Requirements -React Native apps may target iOS 13.4 and Android 5.0 (API 21) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like [Expo](https://expo.dev) can be used to work around this. +React Native apps may target iOS 13.4 and Android 6.0 (API 23) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like [Expo](https://expo.dev) can be used to work around this. ## 🎉 Building your first React Native app