From 036482fcee5ca10c75bdf0c627c221ff9dccbe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 6 Jan 2017 15:20:51 -0800 Subject: [PATCH] Add Delivery.com to showcased apps Summary: Delivery.com is a well known local delivery app that heavily uses React Native. Want to get Delivery.com iOS and Android apps featured! Closes https://github.com/facebook/react-native/pull/11752 Differential Revision: D4388844 Pulled By: hramos fbshipit-source-id: 9e5915d357be445af4f3a92c59791586651d3405 --- website/src/react-native/showcase.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index f863919ec..acdb34eda 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -319,7 +319,15 @@ var featured = [ linkPlayStore: 'https://play.google.com/store/apps/details?id=com.witapp', infoLink: 'https://hashnode.com/post/what-we-learned-after-using-react-native-for-a-year-civdr8zv6058l3853wqud7hqp', infoTitle: 'What we learned after using React Native for a year', - } + }, + { + name: 'Delivery.com', + icon: 'https://lh3.googleusercontent.com/ZwwQHQns9Ut2-LqbMqPcmQrsWBh3YbmbIzeDthfdavw99Ziq0unJ6EHUw8bstXUIpg=w300-rw', + linkAppStore: 'https://itunes.apple.com/us/app/delivery.com-food-alcohol/id435168129?mt=8', + linkPlayStore: 'https://play.google.com/store/apps/details?id=com.deliverycom&hl=en', + infoLink: 'https://medium.com/delivery-com-engineering/react-native-in-an-existing-ios-app-delivered-874ba95a3c52#.37qruw6ck', + infoTitle: 'React Native in an Existing iOS App: Getting Started' + }, ]; /*