Skip to content

Commit

Permalink
Add 惠首尔(huiseoul) to showcase
Browse files Browse the repository at this point in the history
Summary:
> It also must be useful considering that the majority
of readers only speak English. So, each app in the showcase should link to either:
1/ An English-language news article discussing the app, built either by a funded startup or for a public company
2/ An English-language technical post on a funded startup or public company blog discussing React Native
For each app in the showcase, use infoLink and infoTitle to reference this content.

- We wrote a technical post on [medium](https://engineering.huiseoul.com/building-a-conversational-e-commerce-app-in-6-weeks-with-react-native-c35d46637e07#.776ll9ram)
- My company was funded, also. Reference [#1](http://besuccess.com/2015/08/huiseoul/), [#2](https://www.crunchbase.com/organization/trillionaire#/entity)
Closes #9807

Differential Revision: D3843024

Pulled By: lacker

fbshipit-source-id: d76b2996f8aade42923d268f9308ae8796364083
  • Loading branch information
johnwook authored and Facebook Github Bot 9 committed Sep 10, 2016
1 parent 8689b0f commit 2ee910a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/src/react-native/showcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ var featured = [
infoLink: 'https://artsy.github.io/series/react-native-at-artsy/',
infoTitle: 'React Native at Artsy',
},
{
name: 'Huiseoul(惠首尔)',
icon: 'https://cdn.huiseoul.com/icon.png',
linkAppStore: 'https://itunes.apple.com/us/app/hui-shou-er-ni-si-ren-mei/id1127150360?ls=1&mt=8',
infoLink: 'https://engineering.huiseoul.com/building-a-conversational-e-commerce-app-in-6-weeks-with-react-native-c35d46637e07',
infoTitle: 'Building a conversational E-commerce app in 6 weeks with React Native',
},
];

featured.sort(function(a, b) {
Expand Down

0 comments on commit 2ee910a

Please sign in to comment.