From ce6b13695a957b525bba57182b5297497a892a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Wed, 24 Aug 2016 12:19:20 -0700 Subject: [PATCH] Add Artsy. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: > Thousands of applications use React Native ๐ŸŽ‰ > To be useful to someone looking through the showcase, either the app must be something that most readers would recognise * Artsy is known in the art world. * Artsy is known to Apple customers as both the site and the iOS app have been featured by Apple in marketing materials and presentations various times. * Artsy is known to developers for its many open-source contributions. > or the makers of the application must have posted useful technical content about the making of the app Weโ€™re writing [a series](http://artsy.github.io/series/react-native-at-artsy/) of posts related to RN on our engineering blog, of which the initial one can be found [here](http://artsy.github.io/blog/2016/08/15/React-Native-at-Artsy/). In `showcase.js` I link to the series overview, though. > So, each app in the showcase should link to either: > > 1. An English-language news article discussing the app, built either by a funded startup or for a public company Closes https://github.com/facebook/react-native/pull/9569 Differential Revision: D3765119 Pulled By: hramos fbshipit-source-id: a2b6fbe4c0a01292ecbd7104d14b6bd4645e70eb --- website/src/react-native/showcase.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index 8dccaf588..179ac6ffa 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -321,6 +321,13 @@ var featured = [ infoLink: 'https://www.zfanw.com/blog/developing-react-native-image-viewer-library.html', infoTitle: 'Developing the react-native-image-viewer library', }, + { + name: 'Artsy โ€“ Collect and Bid on Fine Art & Design', + icon: 'https://raw.githubusercontent.com/artsy/eigen/master/Artsy/Resources/Images.xcassets/AppIcon.appiconset/AppIcon167.png', + linkAppStore: 'https://itunes.apple.com/us/app/artsy-collect-bid-on-fine/id703796080?mt=8', + infoLink: 'https://artsy.github.io/series/react-native-at-artsy/', + infoTitle: 'React Native at Artsy', + }, ]; featured.sort(function(a, b) {