Skip to content

Commit

Permalink
docs(v2): add React Native website to the showcase (#3695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Nov 5, 2020
1 parent 574af1f commit 8753fc7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
Binary file added website/src/data/showcase/reactnative.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
title: 'Taro',
description: 'An open cross-end and cross-frame solution',
preview: require('./showcase/docs-taro-zone.png'),
website: 'https://docs.taro.zone/',
source: 'https://github.com/NervJS/taro',
fbOpenSource: false,
pinned: false,
},
{
title: 'Eta',
description: 'Faster embedded JS template engine in TypeScript',
Expand Down Expand Up @@ -211,6 +202,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'React Native',
description: 'A framework for building native apps using React',
preview: require('./showcase/reactnative.png'),
website: 'https://reactnative.dev',
source: 'https://github.com/facebook/react-native-website',
fbOpenSource: true,
pinned: false,
},
{
title: 'Runlet',
description: 'A cloud-based job manager that integrates your devices',
Expand Down Expand Up @@ -247,6 +247,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Taro',
description: 'An open cross-end and cross-frame solution',
preview: require('./showcase/docs-taro-zone.png'),
website: 'https://docs.taro.zone/',
source: 'https://github.com/NervJS/taro',
fbOpenSource: false,
pinned: false,
},
{
title: 'Tasit',
description:
Expand Down

0 comments on commit 8753fc7

Please sign in to comment.