Adding Gyroscope to Showcase.
Summary: Closes https://github.com/facebook/react-native/pull/8448 Differential Revision: D3504004 Pulled By: lacker fbshipit-source-id: 2472ad64a6f0e26bb63c43f353ea92a350661753
This commit is contained in:
parent
034b64509f
commit
08b7cb7963
|
@ -55,6 +55,14 @@ var featured = [
|
||||||
infoLink: 'http://makeitopen.com/tutorials/building-the-f8-app/planning/',
|
infoLink: 'http://makeitopen.com/tutorials/building-the-f8-app/planning/',
|
||||||
infoTitle: 'Building the F8 App',
|
infoTitle: 'Building the F8 App',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Gyroscope',
|
||||||
|
icon: 'https://media.gyrosco.pe/images/magneto/180x180.png',
|
||||||
|
linkAppStore: 'https://itunes.apple.com/app/apple-store/id1104085053?pt=117927205&ct=website&mt=8',
|
||||||
|
infoLink: 'https://blog.gyrosco.pe/building-the-app-1dac1a97d253',
|
||||||
|
infoTitle: '"Building a visualization experience with React Native."',
|
||||||
|
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Discord',
|
name: 'Discord',
|
||||||
icon: 'http://a5.mzstatic.com/us/r30/Purple5/v4/c1/2f/4c/c12f4cba-1d9a-f6bf-2240-04085d3470ec/icon175x175.jpeg',
|
icon: 'http://a5.mzstatic.com/us/r30/Purple5/v4/c1/2f/4c/c12f4cba-1d9a-f6bf-2240-04085d3470ec/icon175x175.jpeg',
|
||||||
|
|
Loading…
Reference in New Issue