docs(v2): Add new showcase user (#4649)

* Add React Native Boilerplate to the list of users

* Add React Native Boilerplate site preview

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
DOLLE 2021-04-20 15:21:00 +02:00 committed by GitHub
parent 4835222c16
commit ca9752fd0b
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: 240 KiB

View file

@ -559,6 +559,14 @@ const users = [
source: 'https://github.com/facebook/react-native-website', source: 'https://github.com/facebook/react-native-website',
tags: ['facebook', 'large', 'highlight', 'design', 'versioning'], tags: ['facebook', 'large', 'highlight', 'design', 'versioning'],
}, },
{
title: 'React Native Boilerplate',
description: 'A React Native project template for building solid applications through separation of concerns between the UI, state management and business logic.',
preview: require('./showcase/reactnativeboilerplate.png'),
website: 'https://thecodingmachine.github.io/react-native-boilerplate/',
source: 'https://github.com/thecodingmachine/react-native-boilerplate',
tags: [],
},
{ {
title: 'React Native Elements', title: 'React Native Elements',
description: 'Cross Platform React Native UI Toolkit', description: 'Cross Platform React Native UI Toolkit',