Skip to content

Commit

Permalink
docs(v2): Added React Native ARIA to showcase (#4293)
Browse files Browse the repository at this point in the history
* Added React Native ARIA to showcase

* Adding image for React Native ARIA
  • Loading branch information
theankurkedia authored Feb 24, 2021
1 parent 3cbfb4c commit ff85886
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/reactnative-aria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ff85886

Please sign in to comment.