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
This commit is contained in:
parent
c449d9e72d
commit
7d96dbb919
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue