From 708443e50cda76a8bb998ffae978a029ef7d8da2 Mon Sep 17 00:00:00 2001 From: Kudo Chien Date: Fri, 29 Apr 2016 07:36:48 -0700 Subject: [PATCH] Add biideal app to showcase Summary: Add biideal app to showcase which is my first RN app. Closes https://github.com/facebook/react-native/pull/7263 Differential Revision: D3240862 Pulled By: mkonicek fb-gh-sync-id: ba76bc19382f22f03516c02c4e01d48c53ee70f4 fbshipit-source-id: ba76bc19382f22f03516c02c4e01d48c53ee70f4 --- 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 237f40b9a..ec4a50de2 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -892,6 +892,12 @@ var apps = [ icon: 'https://s3-ap-northeast-1.amazonaws.com/sw-misc/sharewis3_app.png', link: 'https://itunes.apple.com/jp/app/id585517208', author: 'ShareWis Inc.' + }, + { + name: '找找', + icon: 'https://lh3.googleusercontent.com/H0SILVHcDUxSMoSQwMb2QYtLjTBCqvK5ZEjOEwKQQ-2qnRV6Hd9Hn-gtSGPaoIOPwA=w300-rw', + link: 'https://play.google.com/store/apps/details?id=com.biideal.biichat', + author: 'biideal Inc.' } ];