mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 13:47:29 +02:00
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:
parent
4835222c16
commit
ca9752fd0b
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/reactnativeboilerplate.png
Normal file
BIN
website/src/data/showcase/reactnativeboilerplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
|
@ -559,6 +559,14 @@ const users = [
|
|||
source: 'https://github.com/facebook/react-native-website',
|
||||
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',
|
||||
description: 'Cross Platform React Native UI Toolkit',
|
||||
|
|
Loading…
Add table
Reference in a new issue