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
This commit is contained in:
parent
fffcb9c88a
commit
967dbd0cbe
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue