From ec3c8f43800a027a0a717367360421089e7293fd Mon Sep 17 00:00:00 2001 From: Simon-TechForm <73996878+Simon-TechForm@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:16:31 -0700 Subject: [PATCH] docs(readme): fix minimum iOS version in requirements section (#34134) Summary: `react-native@0.69` bumped minimum iOS version to 12.4. This change aligns the readme requirements section. Changelog: [General] [Changed] - Doc: fix minimum iOS version in requirements section Pull Request resolved: https://github.com/facebook/react-native/pull/34134 Reviewed By: cortinico Differential Revision: D37656176 Pulled By: philIip fbshipit-source-id: 017147140340b4ccb6d8c4ff2eb50220fbdba22c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a99e21ad4bab12..405f9203e1eed9 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 11.0 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.io) can be used to work around this. +React Native apps may target iOS 12.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.io) can be used to work around this. ## 🎉 Building your first React Native app