From 967dbd0cbe78aaee43478a24bf3bb4287325f2de Mon Sep 17 00:00:00 2001 From: "7kfpun@gmail.com" <7kfpun@gmail.com> Date: Fri, 15 Apr 2016 04:57:29 -0700 Subject: [PATCH] Adding Finance 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). Closes https://github.com/facebook/react-native/pull/6688 Differential Revision: D3184356 fb-gh-sync-id: d508150202373ccb6c33f6af16ef545222463f98 fbshipit-source-id: d508150202373ccb6c33f6af16ef545222463f98 --- website/src/react-native/showcase.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index 6ad70dcc7..144af19b5 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -355,6 +355,12 @@ var apps = [ link: 'https://play.google.com/store/apps/details?id=com.arjunkomath.product_hunt&hl=en', author: 'Arjun Komath', }, + { + name: 'Finance', + icon: 'https://lh3.googleusercontent.com/3VIk0kX6WyaHdQkNJVdFqW6Kn-O-rZ1RUwvu1tjQamRC33ThMIGh3dkRALpSRPjUIw=w300-rw', + link: 'https://play.google.com/store/apps/details?id=com.kfpun.finance&hl=en', + author: 'kf (@7kfpun)', + }, { name: 'Fixt', icon: 'http://a5.mzstatic.com/us/r30/Purple69/v4/46/bc/66/46bc66a2-7775-4d24-235d-e1fe28d55d7f/icon175x175.png',