Skip to content

Commit

Permalink
add UI library recommendations to docs
Browse files Browse the repository at this point in the history
This will close issue [#3750](#3750).
  • Loading branch information
cruzach committed Mar 19, 2019
1 parent 29a4853 commit 6343510
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/pages/versions/unversioned/guides/userinterface.md
@@ -0,0 +1,14 @@
---
title: User Interface
---

The User Interface (UI) is a huge part of any app. If the icon is your front door, the UI is the interior design. You can definitely take the route of completely designing your own UI from scratch, but if you want to get it up and running fast while still having a polished finish, there are plenty of libraries already in place to help get your app where you want it.

Below (in no particular order) are some of the most popular UI Libraries. Test them all out and see what you like!

* [React Native Elements](https://react-native-training.github.io/react-native-elements/), and their [Docs](https://react-native-training.github.io/react-native-elements/docs/getting_started.html)
* [Native Base](https://nativebase.io/), and their [Docs](https://docs.nativebase.io/)
* [React Native Material UI](https://github.com/xotahal/react-native-material-ui), and their [Docs](https://github.com/xotahal/react-native-material-ui/blob/master/docs/GettingStarted.md)
* [React Native UI Kitten](https://akveo.github.io/react-native-ui-kitten/#/home), and their [Docs](https://akveo.github.io/react-native-ui-kitten/#/docs/quick-start/getting-started)

> **Note:** As with any library, it's always best to find one with a large and active community. This way, help is easy to come by. Check out any project's Github page to see what the activity is like.

0 comments on commit 6343510

Please sign in to comment.