docs(v2): Add React Native Render HTML site to showcase page (#5022)

This commit is contained in:
Jules Sam. Randolph 2021-06-21 13:27:45 -03:00 committed by GitHub
parent a865eb50b9
commit 53f6ee543d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 KiB

View file

@ -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.',