mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Add 惠首尔(huiseoul) to showcase
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 https://github.com/facebook/react-native/pull/9807 Differential Revision: D3843024 Pulled By: lacker fbshipit-source-id: d76b2996f8aade42923d268f9308ae8796364083
This commit is contained in:
parent
8689b0f21c
commit
2ee910a11a
7
website/src/react-native/showcase.js
vendored
7
website/src/react-native/showcase.js
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user