From 7d96dbb9198fa64406afe388c7eeb52163dcc2ab Mon Sep 17 00:00:00 2001 From: Emilio Rodriguez Date: Thu, 25 Feb 2016 17:08:26 -0800 Subject: [PATCH] Added new app for showcase: Deskbookers Summary: Closes https://github.com/facebook/react-native/pull/6129 Differential Revision: D2980013 Pulled By: mkonicek fb-gh-sync-id: 5389965296b44e1a3a887c868f18e2aa17cf758c shipit-source-id: 5389965296b44e1a3a887c868f18e2aa17cf758c --- website/src/react-native/showcase.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index 52dab1a8f..37ebe9cfd 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -638,6 +638,12 @@ var apps = [ 'http://richard-cao.github.io/2016/02/06/Reading-App-Write-In-React-Native/', ], }, + { + name: 'Deskbookers', + icon: 'http://a4.mzstatic.com/eu/r30/Purple69/v4/be/61/7d/be617d63-88f5-5629-7ac0-bc2c9eb4802a/icon175x175.png', + linkAppStore: 'https://itunes.apple.com/nl/app/deskbookers/id964447401?mt=8', + author: 'Emilio Rodriguez' + }, ]; var AppList = React.createClass({