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
This commit is contained in:
parent
00449b2654
commit
45bccef20d
|
@ -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',
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue