mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Add Walmart to the Showcase.
Summary: Closes https://github.com/facebook/react-native/pull/11602 Differential Revision: D4385267 Pulled By: hramos fbshipit-source-id: 19cb52bb79e670599f606ba24a458497bfaba524
This commit is contained in:
parent
0cdda4d8d9
commit
7d1635f85b
BIN
website/src/react-native/img/showcase/wmt_spark.png
Normal file
BIN
website/src/react-native/img/showcase/wmt_spark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
7
website/src/react-native/index.js
vendored
7
website/src/react-native/index.js
vendored
@ -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({
|
||||
|
11
website/src/react-native/showcase.js
vendored
11
website/src/react-native/showcase.js
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user