mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 14:13:26 +00:00
Adding clapit to showcase
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). For more info, see the ["Pull Requests" section of our "Contributing" guidelines](https://github.com/facebook/react-native/blob/mas Closes https://github.com/facebook/react-native/pull/7494 Differential Revision: D3286536 fbshipit-source-id: cb6be7717d977017ae7b1a297543c3269bceb53b
This commit is contained in:
parent
a053f53860
commit
574e81e8cb
8
website/src/react-native/showcase.js
vendored
8
website/src/react-native/showcase.js
vendored
@ -211,7 +211,7 @@ var featured = [
|
||||
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 = [
|
||||
@ -327,6 +327,12 @@ var apps = [
|
||||
link: 'https://itunes.apple.com/us/app/choke-rap-battle-with-friends/id1077937445?ls=1&mt=8',
|
||||
author: 'Henry Kirkness',
|
||||
},
|
||||
{
|
||||
name: 'clapit',
|
||||
icon: 'http://a4.mzstatic.com/us/r30/Purple60/v4/1a/42/5b/1a425b56-848a-91f5-8078-9f5473c9021f/icon350x350.png',
|
||||
link: 'https://itunes.apple.com/us/app/clapit/id1062124740?mt=8',
|
||||
author: 'Refined Edge Solutions, LLC'
|
||||
},
|
||||
{
|
||||
name: 'Codementor - Live 1:1 Expert Developer Help',
|
||||
icon: 'http://a1.mzstatic.com/us/r30/Purple3/v4/db/cf/35/dbcf3523-bac7-0f54-c6a8-a80bf4f43c38/icon175x175.jpeg',
|
||||
|
Loading…
x
Reference in New Issue
Block a user