From 45bccef20df389aff1398d7a81a56e95b4c293c4 Mon Sep 17 00:00:00 2001 From: Mani Ghasemlou Date: Fri, 16 Dec 2016 10:12:24 -0800 Subject: [PATCH] Add the Bloomberg App to the showcase. Summary: We at Bloomberg have just launched our app, and it is entirely written in React Native! You can read about how much we love RN here: https://www.techatbloomberg.com/blog/bloomberg-used-react-native-develop-new-consumer-app/ Closes https://github.com/facebook/react-native/pull/11504 Differential Revision: D4339943 Pulled By: lacker fbshipit-source-id: af47bd724ef3f196aa8d5c59e4661e0ac895eceb --- website/src/react-native/showcase.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index ca1b37cce..d0723ae9a 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -310,6 +310,14 @@ var featured = [ linkAppStore: 'http://apple.co/2dfkYH9', infoLink: 'https://blog.getchop.io/how-we-built-chop-bae3d8acd131#.7y8buamrq', infoTitle: 'How we built Chop', + }, + { + name: 'Bloomberg', + icon: 'http://is1.mzstatic.com/image/thumb/Purple71/v4/31/24/72/312472df-3d53-0acf-fc31-8a25682e528f/source/175x175bb.jpg', + linkAppStore: 'https://itunes.apple.com/us/app/bloomberg/id281941097?mt=8', + linkPlayStore: 'https://play.google.com/store/apps/details?id=com.bloomberg.android.plus&hl=en', + infoLink: 'https://www.techatbloomberg.com/blog/bloomberg-used-react-native-develop-new-consumer-app/', + infoTitle: 'How Bloomberg Used React Native to Develop its new Consumer App', } ];