From 8770fd9c11300e0adf1eb7d5193a6a57178e68be Mon Sep 17 00:00:00 2001 From: CodeBaker Date: Thu, 18 Feb 2016 04:17:57 -0800 Subject: [PATCH] =?UTF-8?q?add=20"=E7=83=98=E7=84=99=E5=B8=AE"=20case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary:add "烘焙帮" case Closes https://github.com/facebook/react-native/pull/5995 Differential Revision: D2948873 fb-gh-sync-id: 707bd5f36a14389dc46fb8a425e421c8be3309ef shipit-source-id: 707bd5f36a14389dc46fb8a425e421c8be3309ef --- website/src/react-native/showcase.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index feb4d0ed9..f435292d7 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -598,6 +598,12 @@ var apps = [ linkPlayStore: 'https://play.google.com/store/apps/details?id=com.plasticaromantica.utayomin', author: 'Takayuki IMAI' }, + { + name: '烘焙帮', + icon: 'http://a1.mzstatic.com/us/r30/Purple69/v4/79/85/ba/7985ba1d-a807-7c34-98f1-e9e2ed5d2cb5/icon175x175.jpeg', + linkAppStore: 'https://itunes.apple.com/cn/app/hong-bei-bang-hai-liang-hong/id1007812319?mt=8', + author: 'Hongbeibang' + }, ]; var AppList = React.createClass({