add JD(手机京东) to featured list in showcase

Summary:
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:

> **Unless you are a React Native release maintainer and cherry-picking an *existing* commit into a current release, ensure your pull request is targeting the `master` React Native branch.**

Explain the **motivation** for making this change. What existing problem does the pull request solve?

Prefer **small pull requests**. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it.

**Test plan (required)**

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Make sure tests pass on both Travis and Circle CI.

**Code formatting**

Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide).

For more info, see
Closes https://github.com/facebook/react-native/pull/10317

Differential Revision: D4002531

Pulled By: hramos

fbshipit-source-id: f70421f39ed17c4d3511c104347d66063c15e0b3
This commit is contained in:
Jameshen17 2016-10-11 11:54:32 -07:00 committed by Facebook Github Bot
parent c90bf303c1
commit 584bd0da24
1 changed files with 8 additions and 0 deletions

View File

@ -295,6 +295,14 @@ var featured = [
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.sleeperbot&hl=en',
infoLink: 'https://medium.com/sleeperbot-hq/switching-to-react-native-in-production-on-ios-and-android-e6b675402712#.cug6h6qhn',
infoTitle: 'Switching to React Native in Production on iOS and Android',
},
{
name: 'JD手机京东',
icon: 'https://lh3.googleusercontent.com/AIIAZsqyEG0KmCFruh1Ec374-2l7n1rfv_LG5RWjdAZOzUBCu-5MRqdLbzJfBnOdSFg=w300-rw',
linkAppStore: 'https://itunes.apple.com/cn/app/shou-ji-jing-dong-xin-ren/id414245413?mt=8',
linkPlayStore: 'https://app.jd.com/android.html',
infoLink: 'http://ir.jd.com/phoenix.zhtml?c=253315&p=irol-homeProfile',
infoTitle: 'JD.com is Chinas largest ecommerce company by revenue and a member of the Fortune Global 500.',
}
];