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
This commit is contained in:
邓国梁 2016-05-16 13:01:42 -07:00 committed by Facebook Github Bot 5
parent 67d9a7bae9
commit 2bb4e69382
1 changed files with 7 additions and 1 deletions

View File

@ -970,7 +970,13 @@ var apps = [
icon: 'https://lh3.googleusercontent.com/H0SILVHcDUxSMoSQwMb2QYtLjTBCqvK5ZEjOEwKQQ-2qnRV6Hd9Hn-gtSGPaoIOPwA=w300-rw', icon: 'https://lh3.googleusercontent.com/H0SILVHcDUxSMoSQwMb2QYtLjTBCqvK5ZEjOEwKQQ-2qnRV6Hd9Hn-gtSGPaoIOPwA=w300-rw',
link: 'https://play.google.com/store/apps/details?id=com.biideal.biichat', link: 'https://play.google.com/store/apps/details?id=com.biideal.biichat',
author: 'biideal Inc.' 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({ var AppList = React.createClass({