Skip to content

Commit a5083a3

Browse files
corbtFacebook Github Bot 8
authored andcommitted
Add Emberall to showcase
Summary: I'm really excited to finally have been able to share with the world the app that I've been building with React Native for the last six months! Emberall is the best way to save and share family videos, and record special moments with your kids as they're growing up. (vjeux ping me if you want a premium account for free :P ) More details are on our company [blog](http://emberall.com/blog). I've been heads down for a while just getting this out the door, but I'll try to have a blog post out soon with lessons learned in getting the app finished and published in the App Store. Closes #7657 Differential Revision: D3328341 Pulled By: vjeux fbshipit-source-id: ef0c6a8e68fa1cab6caf6daa1a0d7d177d752e7f
1 parent bc634ea commit a5083a3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

website/src/react-native/showcase.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ var apps = [
332332
icon: 'http://a4.mzstatic.com/us/r30/Purple60/v4/1a/42/5b/1a425b56-848a-91f5-8078-9f5473c9021f/icon350x350.png',
333333
link: 'https://itunes.apple.com/us/app/clapit/id1062124740?mt=8',
334334
author: 'Refined Edge Solutions, LLC'
335-
},
335+
},
336336
{
337337
name: 'Codementor - Live 1:1 Expert Developer Help',
338338
icon: 'http://a1.mzstatic.com/us/r30/Purple3/v4/db/cf/35/dbcf3523-bac7-0f54-c6a8-a80bf4f43c38/icon175x175.jpeg',
@@ -1008,6 +1008,12 @@ var apps = [
10081008
link: 'http://android.myapp.com/myapp/detail.htm?apkName=com.tencent.karaoke',
10091009
author: '石玉磊',
10101010
},
1011+
{
1012+
name: 'Emberall',
1013+
icon: 'http://assets.emberall.com/images/app/icons/medium.png',
1014+
link: 'https://emberall.com/',
1015+
author: 'Kyle Corbitt',
1016+
},
10111017
];
10121018

10131019
var AppList = React.createClass({

0 commit comments

Comments
 (0)