From b1c404098964e0e95cc1bb25ef8009b4a51fc3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 23 Aug 2018 10:33:09 -0700 Subject: [PATCH] Bump iOS min in Readme (#20805) Summary: iOS 8 was dropped as of 0.56. Pull Request resolved: https://github.com/facebook/react-native/pull/20805 Differential Revision: D9481968 Pulled By: hramos fbshipit-source-id: 23e74ac3145ba92e2c119be365f2435e290c3f61 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7823b332a12a2d..037d159096b95f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The focus of React Native is on developer efficiency across all the platforms yo See the official [React Native website](https://facebook.github.io/react-native/) for an introduction to React Native. -Supported operating systems are >= Android 4.1 (API 16) and >= iOS 8.0. +Supported operating systems are >= Android 4.1 (API 16) and >= iOS 9.0. - [Getting Started](#getting-started) - [Documentation](#documentation)