diff --git a/website/src/react-native/img/showcase/wmt_spark.png b/website/src/react-native/img/showcase/wmt_spark.png new file mode 100644 index 000000000..88039cf81 Binary files /dev/null and b/website/src/react-native/img/showcase/wmt_spark.png differ diff --git a/website/src/react-native/index.js b/website/src/react-native/index.js index 93c86b588..19407d4c5 100644 --- a/website/src/react-native/index.js +++ b/website/src/react-native/index.js @@ -73,7 +73,12 @@ var apps = [ name: 'Vogue', icon: 'http://a2.mzstatic.com/us/r30/Purple30/v4/06/24/92/0624927f-a389-746c-27f9-e2466d59e55b/icon175x175.jpeg', infoLink: 'https://itunes.apple.com/app/apple-store/id1087973225?pt=45076&ct=site-promo&mt=8', - } + }, + { + name: 'Walmart', + icon: 'http://facebook.github.io/react-native/img/showcase/wmt_spark.png', + infoLink: 'https://itunes.apple.com/us/app/walmart-app-shopping-savings/id338137227?mt=8', + }, ]; var AppList = React.createClass({ diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index 16eb8137d..3cd6e9903 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -427,7 +427,16 @@ var pinned = [ infoLink: 'http://www.vogue.com/app', infoTitle: '', defaultLink: 'https://itunes.apple.com/app/apple-store/id1087973225?pt=45076&ct=site-promo&mt=8', - } + }, + { + name: 'Walmart', + icon: 'http://facebook.github.io/react-native/img/showcase/wmt_spark.png', + linkAppStore: 'https://itunes.apple.com/us/app/walmart-app-shopping-savings/id338137227?mt=8', + linkPlayStore: 'https://play.google.com/store/apps/details?id=com.walmart.android&hl=en', + infoLink: ' https://medium.com/walmartlabs/react-native-at-walmartlabs-cdd140589560#.ueonqqloc', + infoTitle: 'React Native at Walmart Labs', + defaultLink: 'https://itunes.apple.com/us/app/walmart-app-shopping-savings/id338137227?mt=8', + }, ]; featured.sort(function(a, b) {