docs(v2): Added React Native ARIA to showcase (#4293)

* Added React Native ARIA to showcase

* Adding image for React Native ARIA
This commit is contained in:
Ankur Kedia 2021-02-25 00:22:29 +05:30 committed by GitHub
parent 3cbfb4cc60
commit ff85886e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

View file

@ -407,6 +407,15 @@ const users = [
fbOpenSource: true,
pinned: false,
},
{
title: 'React Native ARIA',
description: 'A library that provides accessible UI primitives for React Native apps.',
preview: require('./showcase/reactnative-aria.png'),
website: 'https://react-native-aria.geekyants.com',
source: 'https://github.com/GeekyAnts/react-native-aria-website',
fbOpenSource: false,
pinned: false,
},
{
title: 'Rematch',
description: 'Redux best practices without the boilerplate in less than 2kb',