From 9023e19dc3489690f37053b39c58985a2a3d8462 Mon Sep 17 00:00:00 2001 From: Tyler McGinnis Date: Mon, 7 Sep 2015 10:40:24 +0100 Subject: [PATCH] Add Spero for Cancer to React Native showcase --- website/src/react-native/showcase.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index af2bc6b1c..f6f80b917 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -162,6 +162,12 @@ var apps = [ link: 'https://itunes.apple.com/us/app/youmeyou/id949540333?mt=8', author: 'youmeyou, LLC', }, + { + name: 'Spero for Cancer', + icon: 'https://s3-us-west-1.amazonaws.com/cancerspot/site_images/Spero1024.png', + link: 'https://geo.itunes.apple.com/us/app/spero-for-cancer/id1033923573?mt=8', + author: 'Spero.io', + }, ]; var showcase = React.createClass({