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
This commit is contained in:
Andrey Akinshin
2019-10-28 13:24:10 -07:00
committed by Facebook Github Bot
parent e4b62bb139
commit b1455e84fa
+1 -1
View File
@@ -41,7 +41,7 @@
<span> · </span>
<a href="https://facebook.github.io/react-native/en/help">Community</a>
<span> · </span>
<a href="https://github.com/facebook/react-native/blob/master/.github/SUPPORT">Support</a>
<a href="https://github.com/facebook/react-native/blob/master/.github/SUPPORT.md">Support</a>
</h3>
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.