Merge pull request #5714 from tgoldenberg/master

Add new app to showcase.html page
This commit is contained in:
Chirag 2016-02-02 18:06:58 -05:00
Родитель d1e9fc0737 c7d0a9b54f
Коммит 264686141a
1 изменённых файлов: 7 добавлений и 1 удалений

8
website/src/react-native/showcase.js поставляемый
Просмотреть файл

@ -135,6 +135,12 @@ var apps = [
link: 'https://itunes.apple.com/us/app/beetroot/id1016159001?ls=1&mt=8',
author: 'Alex Duckmanton',
},
{
name: 'Bhagavad Gita Lite',
icon: 'https://s3-us-west-2.amazonaws.com/bhagavadgitaapp/gita-free.png',
link: 'https://itunes.apple.com/us/app/bhagavad-gita-lite/id1071711190?ls=1&mt=8',
author: 'Tom Goldenberg & Nick Brown'
},
{
name: 'Bionic eStore',
icon: 'http://a5.mzstatic.com/us/r30/Purple7/v4/c1/9a/3f/c19a3f82-ecc3-d60b-f983-04acc203705f/icon175x175.jpeg',
@ -557,7 +563,7 @@ var apps = [
linkAppStore: 'https://itunes.apple.com/jp/app/minnano-duan-ge-tou-gaokomyuniti/id675671254?mt=8',
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.plasticaromantica.utayomin',
author: 'Takayuki IMAI'
}
},
];
var AppList = React.createClass({