File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,12 @@ var apps = [
73
73
name : 'Vogue' ,
74
74
icon : 'http://a2.mzstatic.com/us/r30/Purple30/v4/06/24/92/0624927f-a389-746c-27f9-e2466d59e55b/icon175x175.jpeg' ,
75
75
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
+ } ,
77
82
] ;
78
83
79
84
var AppList = React . createClass ( {
Original file line number Diff line number Diff line change @@ -427,7 +427,16 @@ var pinned = [
427
427
infoLink : 'http://www.vogue.com/app' ,
428
428
infoTitle : '' ,
429
429
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
+ } ,
431
440
] ;
432
441
433
442
featured . sort ( function ( a , b ) {
You can’t perform that action at this time.
0 commit comments