From 72340161805da4a9c66a8667a68b7d65c8e806c5 Mon Sep 17 00:00:00 2001 From: bingo Date: Sat, 28 May 2016 05:53:43 -0700 Subject: [PATCH] =?UTF-8?q?add=20=E9=89=85=E4=BA=A8=E8=B2=A1=E7=B6=93?= =?UTF-8?q?=E6=96=B0=E8=81=9E=20showcase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/7742 Differential Revision: D3362867 fbshipit-source-id: 7127715cfd5f0b03051a74e7b6c1099af9936585 --- 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 892dc955f..82b46c05f 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -1063,6 +1063,13 @@ var apps = [ link: 'https://emberall.com/', author: 'Kyle Corbitt', }, + { + name: '鉅亨財經新聞', + icon: 'http://a4.mzstatic.com/us/r30/Purple18/v4/1e/b1/dd/1eb1dd6e-0d9e-03cf-22f9-1b6fd816814d/icon175x175.jpeg', + linkAppStore: 'https://itunes.apple.com/us/app/ju-heng-cai-jing-xin-wen/id1071014509?mt=8', + linkPlayStore: 'https://play.google.com/store/apps/details?id=com.cnyes.android', + author: '鉅亨網', + }, ]; var AppList = React.createClass({