Skip to content

Commit 7d1635f

Browse files
hramosfacebook-github-bot
authored andcommitted
Add Walmart to the Showcase.
Summary: Closes #11602 Differential Revision: D4385267 Pulled By: hramos fbshipit-source-id: 19cb52bb79e670599f606ba24a458497bfaba524
1 parent 0cdda4d commit 7d1635f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
4.38 KB
Loading

website/src/react-native/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@ var apps = [
7373
name: 'Vogue',
7474
icon: 'http://a2.mzstatic.com/us/r30/Purple30/v4/06/24/92/0624927f-a389-746c-27f9-e2466d59e55b/icon175x175.jpeg',
7575
infoLink: 'https://itunes.apple.com/app/apple-store/id1087973225?pt=45076&ct=site-promo&mt=8',
76-
}
76+
},
77+
{
78+
name: 'Walmart',
79+
icon: 'http://facebook.github.io/react-native/img/showcase/wmt_spark.png',
80+
infoLink: 'https://itunes.apple.com/us/app/walmart-app-shopping-savings/id338137227?mt=8',
81+
},
7782
];
7883

7984
var AppList = React.createClass({

website/src/react-native/showcase.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,16 @@ var pinned = [
427427
infoLink: 'http://www.vogue.com/app',
428428
infoTitle: '',
429429
defaultLink: 'https://itunes.apple.com/app/apple-store/id1087973225?pt=45076&ct=site-promo&mt=8',
430-
}
430+
},
431+
{
432+
name: 'Walmart',
433+
icon: 'http://facebook.github.io/react-native/img/showcase/wmt_spark.png',
434+
linkAppStore: 'https://itunes.apple.com/us/app/walmart-app-shopping-savings/id338137227?mt=8',
435+
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.walmart.android&hl=en',
436+
infoLink: ' https://medium.com/walmartlabs/react-native-at-walmartlabs-cdd140589560#.ueonqqloc',
437+
infoTitle: 'React Native at Walmart Labs',
438+
defaultLink: 'https://itunes.apple.com/us/app/walmart-app-shopping-savings/id338137227?mt=8',
439+
},
431440
];
432441

433442
featured.sort(function(a, b) {

0 commit comments

Comments
 (0)