Skip to content

Commit

Permalink
Add Delivery.com to showcased apps
Browse files Browse the repository at this point in the history
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 facebook#11752

Differential Revision: D4388844

Pulled By: hramos

fbshipit-source-id: 9e5915d357be445af4f3a92c59791586651d3405
  • Loading branch information
hramos authored and facebook-github-bot committed Jan 6, 2017
1 parent e7e65a3 commit 036482f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/src/react-native/showcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
];

/*
Expand Down

0 comments on commit 036482f

Please sign in to comment.