Add 'Vorterix' app 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/7590 Differential Revision: D3310675 fbshipit-source-id: 8dc4d50eed9237988b409c336695568832c0fe34
This commit is contained in:
parent
fdc6240018
commit
d62f9612f2
|
@ -871,6 +871,13 @@ var apps = [
|
|||
link: 'https://itunes.apple.com/es/app/veggies-in-season/id1088215278?mt=8',
|
||||
author: 'Victor Delgado',
|
||||
},
|
||||
{
|
||||
name: 'Vorterix',
|
||||
icon: 'http://a2.mzstatic.com/us/r30/Purple49/v4/3a/f0/b4/3af0b475-f0e8-e81d-eb38-1ec1dfa9b2f4/icon175x175.jpeg',
|
||||
linkAppStore: 'https://itunes.apple.com/ar/app/vorterix/id577990518?mt=8',
|
||||
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.vorterix',
|
||||
author: 'Dift & underscope.io',
|
||||
},
|
||||
{
|
||||
name: 'WEARVR',
|
||||
icon: 'http://a2.mzstatic.com/eu/r30/Purple69/v4/4f/5a/28/4f5a2876-9530-ef83-e399-c5ef5b2dab80/icon175x175.png',
|
||||
|
|
Loading…
Reference in New Issue