# meetui-react-native
collection of React Native ui components

## install
```
npm i meetui-react-native -S
rnpm link
```
*Note: you need to recompile your project*

## Container, Navbar
[navbar-native](https://github.com/redbaron76/navbar-native)

## Icon
Vector Icons

[doc](./docs/Icon.md)

## Button
A button for React apps

[doc](./docs/Button.md)

[example](./examples/Button)

## NavigationBar
Customizable navbar

[doc](./docs/NavigationBar.md)

## TabBar
A tab bar that switches between scenes, written in JS for cross-platform support

[doc](./docs/TabBar.md)

## PushNotification
Local and Remote Notifications

[doc](./docs/PushNotification.md)

## Chat
The most complete chat UI

[doc](./docs/Chat.md)
