From 2ee910a11ae02d1aca9228cc110e24f8f1f18a92 Mon Sep 17 00:00:00 2001 From: Johnwook Choi Date: Fri, 9 Sep 2016 20:27:54 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E6=83=A0=E9=A6=96=E5=B0=94(huiseoul)=20t?= =?UTF-8?q?o=20showcase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: > It also must be useful considering that the majority of readers only speak English. So, each app in the showcase should link to either: 1/ An English-language news article discussing the app, built either by a funded startup or for a public company 2/ An English-language technical post on a funded startup or public company blog discussing React Native For each app in the showcase, use infoLink and infoTitle to reference this content. - We wrote a technical post on [medium](https://engineering.huiseoul.com/building-a-conversational-e-commerce-app-in-6-weeks-with-react-native-c35d46637e07#.776ll9ram) - My company was funded, also. Reference [#1](http://besuccess.com/2015/08/huiseoul/), [#2](https://www.crunchbase.com/organization/trillionaire#/entity) Closes https://github.com/facebook/react-native/pull/9807 Differential Revision: D3843024 Pulled By: lacker fbshipit-source-id: d76b2996f8aade42923d268f9308ae8796364083 --- website/src/react-native/showcase.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index c33a4657efcb0f..a5c6f49d9ead29 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -322,6 +322,13 @@ var featured = [ infoLink: 'https://artsy.github.io/series/react-native-at-artsy/', infoTitle: 'React Native at Artsy', }, + { + name: 'Huiseoul(惠首尔)', + icon: 'https://cdn.huiseoul.com/icon.png', + linkAppStore: 'https://itunes.apple.com/us/app/hui-shou-er-ni-si-ren-mei/id1127150360?ls=1&mt=8', + infoLink: 'https://engineering.huiseoul.com/building-a-conversational-e-commerce-app-in-6-weeks-with-react-native-c35d46637e07', + infoTitle: 'Building a conversational E-commerce app in 6 weeks with React Native', + }, ]; featured.sort(function(a, b) {