From d62f9612f211f0472e7b594ba273560200a3efb0 Mon Sep 17 00:00:00 2001 From: Victor Calvello Date: Tue, 17 May 2016 11:58:36 -0700 Subject: [PATCH] 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 --- website/src/react-native/showcase.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index fad5ec178..30be4b22b 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -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',