Add uSwitch app to showcase
Summary:Adding an app to the react-native showcase Closes https://github.com/facebook/react-native/pull/6761 Differential Revision: D3126765 Pulled By: mkonicek fb-gh-sync-id: 248d9ad2644b638741dd42ddfa2432a49237694c fbshipit-source-id: 248d9ad2644b638741dd42ddfa2432a49237694c
This commit is contained in:
parent
425a7f7a84
commit
55920c2444
|
@ -657,6 +657,16 @@ var apps = [
|
|||
link: 'https://itunes.apple.com/cn/app/tong-xing-wang/id914254459?mt=8',
|
||||
author: 'Ho Yin Tsun Eugene',
|
||||
},
|
||||
{
|
||||
name: 'uSwitch - Energy switching app',
|
||||
icon: 'https://lh3.googleusercontent.com/NpkGlwFWdj7VsK2ueVwlgdrrBrNJ-yN-4TkEHjjSjDUu7NpMcfyAp10p97f0zci0CSFQ=w300-rw',
|
||||
linkAppStore: 'https://itunes.apple.com/gb/app/uswitch-compare-switch-save/id935325621?mt=8&ct=react',
|
||||
linkPlayStore: 'https://play.google.com/store/apps/details?id=com.uswitchmobileapp',
|
||||
author: 'uSwitch Ltd',
|
||||
videos: [
|
||||
'https://www.youtube.com/watch?v=YgJtAEZJN28',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Veggies in Season',
|
||||
icon: 'https://s3.amazonaws.com/veggies-assets/icon175x175.png',
|
||||
|
|
Loading…
Reference in New Issue