add curated list of oss apps to showcase page fixing #6887

Summary:
This is a minor edit to link the showcase page to the curated list of oss apps kept at react native news.
Closes https://github.com/facebook/react-native/pull/10758

Differential Revision: D4143534

Pulled By: hramos

fbshipit-source-id: 83f9b16a866ae25b13cf27f5f3a3c97a8d0b7271
This commit is contained in:
Héctor Ramos 2016-11-07 17:44:43 -08:00 коммит произвёл Facebook Github Bot
Родитель c1458e0181
Коммит 7a0affad2a
1 изменённых файлов: 4 добавлений и 4 удалений

8
website/src/react-native/showcase.js поставляемый
Просмотреть файл

@ -520,12 +520,12 @@ var showcase = React.createClass({
<AppList apps={apps} />
</div>
<p className="footnote">
Some of these are hybrid native/React Native apps.
</p>
<div className="inner-content">
<p>Some of these are hybrid native/React Native apps. If you built a popular application using React Native, we'd love to have your app on this showcase. Check out the <a href="https://github.com/facebook/react-native/blob/master/website/src/react-native/showcase.js">guidelines on GitHub</a> to update this page.</p>
</div>
<div className="inner-content">
<p>If you built a popular application using React Native, we'd love to have your app on this showcase. Check out the <a href="https://github.com/facebook/react-native/blob/master/website/src/react-native/showcase.js">guidelines on GitHub</a> to update this page.</p>
<p>Also, <a href="https://github.com/ReactNativeNews/React-Native-Apps">a curated list of open source React Native apps</a> is being kept by React Native News.</p>
</div>
</div>