Add Spatula to Showcase

Summary: Closes https://github.com/facebook/react-native/pull/6806

Differential Revision: D3140034

fb-gh-sync-id: d7a083e08f177966c033045129dee21559862324
fbshipit-source-id: d7a083e08f177966c033045129dee21559862324
This commit is contained in:
Kushal Dave 2016-04-05 12:56:56 -07:00 committed by Facebook Github Bot 8
parent 63211596e3
commit e8e8e8acdc
1 changed files with 7 additions and 0 deletions

View File

@ -758,6 +758,13 @@ var apps = [
linkAppStore: 'https://itunes.apple.com/cn/app/hong-bei-bang-hai-liang-hong/id1007812319?mt=8',
author: 'Hongbeibang'
},
{
name: 'Spatula',
icon: 'https://lh3.googleusercontent.com/26xtcDsloLCAOpqgH_87sDxaSJsLuSN--oj-z5Frcdsaq4ta2GQlktF5ktTNWrRHyqo=w300-rw',
linkAppStore: 'https://itunes.apple.com/us/app/spatula/id1090496189?ls=1&mt=8',
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.usespatula',
author: 'Kushal Dave'
}
];
var AppList = React.createClass({