Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add a page for recommended libraries #1095

Merged
merged 1 commit into from
May 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: add a page for recommended libraries
  • Loading branch information
satya164 committed May 28, 2019
commit 1634175ffa538c1cc59bd98a9ffcdd8aa94d9d3f
21 changes: 21 additions & 0 deletions docs/pages/6.recommended-libraries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Recommended Libraries
---

# Recommended Libraries

Our mission is to provide a full suite of well-integrated components built with Material Design in mind. However, many components already have better well maintained implementations.

Here are some of the libraries we recommend:

## Tabs

[react-native-community/react-native-tab-view](https://github.com/react-native-community/react-native-tab-view)

Material Design themed [swipeable tabs](https://material.io/design/components/tabs.html), maintained by [@satya164](https://twitter.com/satya164) and [@mosdnk](https://twitter.com/mosdnk).

## Bottom sheet

[osdnk/reanimated-bottom-sheet](https://github.com/osdnk/react-native-reanimated-bottom-sheet)

An implementation [bottom sheet behaviour](https://material.io/design/components/sheets-bottom.html), maintained by [@mosdnk](https://twitter.com/mosdnk).
File renamed without changes.