From 2bb4e69382c91f97e838f51b3adeb8fa0d11ed62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=9B=BD=E6=A2=81?= Date: Mon, 16 May 2016 13:01:42 -0700 Subject: [PATCH] add showcase for xiaoxian Summary: RT Closes https://github.com/facebook/react-native/pull/7082 Differential Revision: D3306415 Pulled By: mkonicek fbshipit-source-id: d2d3bfca68a890e10393c3904bdff222ec414865 --- website/src/react-native/showcase.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index 120c14159..fad5ec178 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -970,7 +970,13 @@ var apps = [ icon: 'https://lh3.googleusercontent.com/H0SILVHcDUxSMoSQwMb2QYtLjTBCqvK5ZEjOEwKQQ-2qnRV6Hd9Hn-gtSGPaoIOPwA=w300-rw', link: 'https://play.google.com/store/apps/details?id=com.biideal.biichat', author: 'biideal Inc.' - } + }, + { + name: '饿小闲', + icon: 'https://xiaoxian.ele.me/download/images/share_page/ic_launcher.png', + linkAppStore: 'https://itunes.apple.com/cn/app/e-xiao-xian/id1092025196', + author: 'Eleme', + }, ]; var AppList = React.createClass({