From e8e8e8acdc5442a6dd478b82911607307d069371 Mon Sep 17 00:00:00 2001 From: Kushal Dave Date: Tue, 5 Apr 2016 12:56:56 -0700 Subject: [PATCH] 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 --- website/src/react-native/showcase.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index c63a37949..287383e71 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -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({