From 8954a5b1a1e9855095a927d57c5474e6482c0bea Mon Sep 17 00:00:00 2001 From: Johnwook Choi Date: Thu, 8 Sep 2016 18:19:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Add=20=E6=83=A0=E9=A6=96=E5=B0=94(huiseoul)?= =?UTF-8?q?=20to=20showcase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Request to add our service to react native showcase --- 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..94bfd85afd6100 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: '惠首尔- 你的私人美肤顾问 韩国化妆品海淘直邮', + 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) { From 2417fda9da02c64de5c9b2d174b3a0e54c0789a8 Mon Sep 17 00:00:00 2001 From: Johnwook Choi Date: Fri, 9 Sep 2016 10:30:17 +0900 Subject: [PATCH 2/2] Add english app name - also removed long-chinese explanation of the app --- website/src/react-native/showcase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index 94bfd85afd6100..a5c6f49d9ead29 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -323,7 +323,7 @@ var featured = [ infoTitle: 'React Native at Artsy', }, { - name: '惠首尔- 你的私人美肤顾问 韩国化妆品海淘直邮', + 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',