From b1455e84fa55b1eb856dd48cf8979a510aa6245e Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Mon, 28 Oct 2019 12:43:46 -0700 Subject: [PATCH] Fix link to SUPPORT in README.md (#27015) Summary: Fixed broken link in README.md to the SUPPORT.md file Pull Request resolved: https://github.com/facebook/react-native/pull/27015 Differential Revision: D18174155 Pulled By: cpojer fbshipit-source-id: 676752b818e879a3f2751faba82afcceba6f1752 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4695df4e91..4e62604d3b9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ · Community · - Support + Support React Native brings [**React**'s][r] declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.