From 75992e700d8e692dda93885d30638afc36d537df Mon Sep 17 00:00:00 2001 From: Kuchitama Date: Fri, 15 Apr 2016 04:38:46 -0700 Subject: [PATCH] Add ShareWis in showcase Summary:SSIA. Closes https://github.com/facebook/react-native/pull/6990 Differential Revision: D3184330 fb-gh-sync-id: 3fe799f252c868dc8280f38b807d4e2fd5a33241 fbshipit-source-id: 3fe799f252c868dc8280f38b807d4e2fd5a33241 --- 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 4544aab66dd..6ad70dcc72e 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -793,6 +793,12 @@ var apps = [ linkAppStore: 'https://itunes.apple.com/us/app/spatula/id1090496189?ls=1&mt=8', linkPlayStore: 'https://play.google.com/store/apps/details?id=com.usespatula', author: 'Kushal Dave' + }, + { + name: 'ShareWis', + icon: 'https://s3-ap-northeast-1.amazonaws.com/sw-misc/sharewis3_app.png', + link: 'https://itunes.apple.com/jp/app/id585517208', + author: 'ShareWis Inc.' } ];