mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
docs(v2): Add React Native Render HTML site to showcase page (#5022)
This commit is contained in:
parent
a865eb50b9
commit
53f6ee543d
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/rnrh.png
Normal file
BIN
website/src/data/showcase/rnrh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 957 KiB |
|
@ -816,6 +816,14 @@ const Users = [
|
||||||
source: 'https://github.com/software-mansion/react-native-reanimated/tree/master/docs',
|
source: 'https://github.com/software-mansion/react-native-reanimated/tree/master/docs',
|
||||||
tags: ['opensource','design','versioning'],
|
tags: ['opensource','design','versioning'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "React Native Render HTML",
|
||||||
|
description: "The hackable, full-featured Open Source HTML rendering solution for React Native.",
|
||||||
|
preview: require('./showcase/rnrh.png'),
|
||||||
|
website: "https://meliorence.github.io/react-native-render-html",
|
||||||
|
source: "https://github.com/meliorence/react-native-render-html/tree/master/apps/website",
|
||||||
|
tags: ['opensource', 'design'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'React Native Testing Library',
|
title: 'React Native Testing Library',
|
||||||
description: 'Helps you to write better tests with less effort.',
|
description: 'Helps you to write better tests with less effort.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue