add crowdsource case
Summary:Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) 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). Closes https://github.com/facebook/react-native/pull/6718 Differential Revision: D3114873 fb-gh-sync-id: 26c4a3c80ba9e2e346663cc6ca58850fb55b977d fbshipit-source-id: 26c4a3c80ba9e2e346663cc6ca58850fb55b977d
This commit is contained in:
parent
3bf19070c0
commit
3614e78337
|
@ -168,6 +168,13 @@ var featured = [
|
||||||
"https://medium.com/@murugandurai/how-we-developed-our-mobile-app-in-30-days-using-react-native-45affa6449e8#.29nnretsi",
|
"https://medium.com/@murugandurai/how-we-developed-our-mobile-app-in-30-days-using-react-native-45affa6449e8#.29nnretsi",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '蜂鸟众包',
|
||||||
|
icon: 'http://img.wdjimg.com/mms/icon/v1/7/fd/b017c4a3eda1330f6b2561ec57cb0fd7_256_256.png',
|
||||||
|
linkAppStore: 'https://itunes.apple.com/cn/app/feng-niao-zhong-bao-jian-zhi/id1061034377?l=en&mt=8',
|
||||||
|
linkPlayStore: 'https://play.google.com/store/apps/details?id=me.ele.crowdsource',
|
||||||
|
author: 'Eleme',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
var apps = [
|
var apps = [
|
||||||
|
|
Loading…
Reference in New Issue