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
This commit is contained in:
parent
e7e65a36b9
commit
036482fcee
|
@ -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'
|
||||
},
|
||||
];
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue