UNPKG

16 kBMarkdownView Raw
1<p align="center">
2 <a href="https://reactnativeelements.com/">
3 <img alt="react-native-elements" src="https://user-images.githubusercontent.com/5962998/65694309-a825f000-e043-11e9-8382-db0dba0851e3.png" width="300">
4 </a>
5</p>
6
7<p align="center">
8 Cross Platform <a href="https://reactnative.dev">React Native</a> UI Toolkit
9</p>
10
11> This project has been renamed to [@rneui/themed](https://www.npmjs.com/package/@rneui/themed). Install using [@rneui/themed](https://www.npmjs.com/package/@rneui/themed) instead. See the guide https://reactnativeelements.com/migration/migration-v3 to upgrade to v4.
12
13<p align="center">
14 <a href="https://www.npmjs.com/package/react-native-elements"><img src="https://img.shields.io/npm/v/react-native-elements.svg"></a>
15 <a href="https://travis-ci.org/react-native-elements/react-native-elements"><img src="https://img.shields.io/travis/react-native-elements/react-native-elements/master.svg"></a>
16 <a href="https://github.com/react-native-elements/react-native-elements"><img src="https://img.shields.io/github/stars/react-native-elements/react-native-elements"></a>
17 <a href="https://www.npmjs.com/package/react-native-elements"><img src="https://img.shields.io/npm/dm/react-native-elements.svg"></a>
18 <a href="https://react-native-elements-slack.herokuapp.com"><img src="https://react-native-elements-slack.herokuapp.com/badge.svg"></a>
19</p>
20
21<p align="center">
22 <a href="#backers"><img src="https://opencollective.com/react-native-elements/backers/badge.svg"></a>
23 <a href="#sponsors"><img src="https://opencollective.com/react-native-elements/sponsors/badge.svg"></a>
24 <a href="https://codecov.io/gh/react-native-elements/react-native-elements"><img src="https://codecov.io/gh/react-native-elements/react-native-elements/coverage.svg"></a>
25 <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg"></a>
26 <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a>
27
28</p>
29
30<br />
31
32![React Native Elements UI Toolkit](https://user-images.githubusercontent.com/5962998/37248832-a7060286-24b1-11e8-94a8-847ab6ded4ec.png)
33
34## Get Started
35
36### Installation
37
38Follow
39[these instructions](https://reactnativeelements.com/docs/)
40to install React Native Elements!
41
42### Usage
43
44Start using the components or try it on Snack
45[here](https://snack.expo.io/rJu6gJfBZ).
46
47```js
48import { Button } from 'react-native-elements';
49
50<Button />;
51```
52
53## Components included:
54
55- [x] [Avatar](https://reactnativeelements.com/docs/avatar)
56- [x] [Badge](https://reactnativeelements.com/docs/badge)
57- [x] [BottomSheet](https://reactnativeelements.com/docs/bottomsheet)
58- [x] [Button](https://reactnativeelements.com/docs/button)
59- [x] [ButtonGroup](https://reactnativeelements.com/docs/button_group)
60- [x] [Card](https://reactnativeelements.com/docs/card)
61- [x] [CheckBox](https://reactnativeelements.com/docs/checkbox)
62- [x] [Divider](https://reactnativeelements.com/docs/divider)
63- [x] [FAB](https://reactnativeelements.com/docs/fab)
64- [x] [Header](https://reactnativeelements.com/docs/header)
65- [x] [HTML style headings](https://reactnativeelements.com/docs/text)
66- [x] [Icon](https://reactnativeelements.com/docs/icon)
67- [x] [Image](https://reactnativeelements.com/docs/image)
68- [x] [Input](https://reactnativeelements.com/docs/input)
69- [x] [ListItem](https://reactnativeelements.com/docs/listitem)
70- [x] [Linear Progress](https://reactnativeelements.com/docs/linearProgress)
71- [x] [Overlay](https://reactnativeelements.com/docs/overlay)
72- [x] [Pricing](https://reactnativeelements.com/docs/pricing)
73- [x] [Rating](https://reactnativeelements.com/docs/rating)
74- [x] [SearchBar](https://reactnativeelements.com/docs/searchbar)
75- [x] [Slider](https://reactnativeelements.com/docs/slider)
76- [x] [Social Icons / Social Icon Buttons](https://reactnativeelements.com/docs/social_icon)
77- [x] [Speed Dial](https://reactnativeelements.com/docs/speeddial)
78- [x] [Switch](https://reactnativeelements.com/docs/switch)
79- [x] [Tile](https://reactnativeelements.com/docs/tile)
80- [x] [Tab](https://reactnativeelements.com/docs/tab)
81- [x] [TabView](https://reactnativeelements.com/docs/tab#tabview)
82- [x] [Tooltip](https://reactnativeelements.com/docs/tooltip)
83
84## [Universe Components](https://www.npmjs.com/package/react-native-elements-universe)
85
86- [x] [Circular Slider](https://reactnativeelements.com/docs/)
87
88## React Native Web support
89
90As a cross platform UI Toolkit, you can now use RNE on the web & share your codebase between your React Native + React web apps. RNE components are rendered perfectly on browser. You can achieve this to target iOS, Android and Web by collaborating RNE and [React Native for Web](https://github.com/necolas/react-native-web).
91
92Click [here](https://reactnativeelements.com/blog/2018/12/13/react-native-web) for a full walkthrough using React Native Elements + React Native Web.
93
94## Demo App
95
96Checkout the official
97[React Native Elements App](https://expo.io/@flyingcircle/projects/react-native-elements-app)
98on Expo which uses all of the React Native Elements components.
99
100If you are looking to contribute to the React Native Elements App, click
101[here](https://github.com/react-native-elements/react-native-elements-app) to
102view the implementation & run the RNE expo app locally.
103
104## Documentation
105
106[View the full docs here](https://reactnativeelements.com/docs/overview)
107
108## Contributing
109
110Interested in contributing to this repo? Check out our
111[Contributing Guide](https://reactnativeelements.com/docs/contributing)
112and submit a PR for a new feature/bug fix.
113
114A big shoutout to all our contributors! You could be here too!
115
116<a href="https://github.com/react-native-elements/react-native-elements/graphs/contributors"><img src="https://opencollective.com/react-native-elements/contributors.svg?width=890&button=false" /></a>
117
118### First Contributors
119
120We encourage everyone to contribute & submit PR's especially first-time
121contributors. Look for the label `Good First Issue` on the issues. Click
122[here](https://github.com/react-native-elements/react-native-elements/labels/%F0%9F%91%B6%20Good%20First%20Issue)
123to see them.
124
125If there is something you's like to see or request a new feature, please submit
126an
127[issue](https://github.com/react-native-elements/react-native-elements/issues/new)
128or a
129[pull request](https://github.com/react-native-elements/react-native-elements/pulls).
130
131### Core Contributors
132
133We are currently looking for new core contributors that can help lead this project.
134
135[Learn more here](https://github.com/react-native-elements/react-native-elements/issues/2222)
136
137### Slack Community
138
139In case you have any other question or would like to come say **Hi!** to the RNE
140community, join our [Slack team](https://react-native-elements-slack.herokuapp.com).
141See you on the other side! 👋😃
142
143## Backers
144
145[Become a backer](https://opencollective.com/react-native-elements#backer) and show your support for React Native Elements.
146
147[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/0/avatar)](https://opencollective.com/react-native-elements/backer/0/website)
148[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/1/avatar)](https://opencollective.com/react-native-elements/backer/1/website)
149[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/2/avatar)](https://opencollective.com/react-native-elements/backer/2/website)
150[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/3/avatar)](https://opencollective.com/react-native-elements/backer/3/website)
151[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/4/avatar)](https://opencollective.com/react-native-elements/backer/4/website)
152[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/5/avatar)](https://opencollective.com/react-native-elements/backer/5/website)
153[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/6/avatar)](https://opencollective.com/react-native-elements/backer/6/website)
154[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/7/avatar)](https://opencollective.com/react-native-elements/backer/7/website)
155[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/8/avatar)](https://opencollective.com/react-native-elements/backer/8/website)
156[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/9/avatar)](https://opencollective.com/react-native-elements/backer/9/website)
157[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/10/avatar)](https://opencollective.com/react-native-elements/backer/10/website)
158[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/11/avatar)](https://opencollective.com/react-native-elements/backer/11/website)
159[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/12/avatar)](https://opencollective.com/react-native-elements/backer/12/website)
160[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/13/avatar)](https://opencollective.com/react-native-elements/backer/13/website)
161[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/14/avatar)](https://opencollective.com/react-native-elements/backer/14/website)
162[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/15/avatar)](https://opencollective.com/react-native-elements/backer/15/website)
163[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/16/avatar)](https://opencollective.com/react-native-elements/backer/16/website)
164[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/17/avatar)](https://opencollective.com/react-native-elements/backer/17/website)
165[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/18/avatar)](https://opencollective.com/react-native-elements/backer/18/website)
166[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/19/avatar)](https://opencollective.com/react-native-elements/backer/19/website)
167[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/20/avatar)](https://opencollective.com/react-native-elements/backer/20/website)
168[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/21/avatar)](https://opencollective.com/react-native-elements/backer/21/website)
169[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/22/avatar)](https://opencollective.com/react-native-elements/backer/22/website)
170[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/23/avatar)](https://opencollective.com/react-native-elements/backer/23/website)
171[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/24/avatar)](https://opencollective.com/react-native-elements/backer/24/website)
172[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/25/avatar)](https://opencollective.com/react-native-elements/backer/25/website)
173[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/26/avatar)](https://opencollective.com/react-native-elements/backer/26/website)
174[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/27/avatar)](https://opencollective.com/react-native-elements/backer/27/website)
175[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/28/avatar)](https://opencollective.com/react-native-elements/backer/28/website)
176[![React Native Elements Backer](https://opencollective.com/react-native-elements/backer/29/avatar)](https://opencollective.com/react-native-elements/backer/29/website)
177
178## Sponsors
179
180Do you use React Native Elements in production? If so, consider supporting this project as it will allow the maintainers to dedicate more time to maintaining this project and also building new features for everyone. Also, your app or company's logo will show [on GitHub](https://github.com/react-native-elements/react-native-elements#sponsors) and link to your website - who doesn't want a little extra exposure? [Here's the info](https://opencollective.com/react-native-elements#sponsor).
181
182[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/0/avatar)](https://opencollective.com/react-native-elements/sponsor/0/website)
183[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/1/avatar)](https://opencollective.com/react-native-elements/sponsor/1/website)
184[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/2/avatar)](https://opencollective.com/react-native-elements/sponsor/2/website)
185[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/3/avatar)](https://opencollective.com/react-native-elements/sponsor/3/website)
186[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/4/avatar)](https://opencollective.com/react-native-elements/sponsor/4/website)
187[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/5/avatar)](https://opencollective.com/react-native-elements/sponsor/5/website)
188[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/6/avatar)](https://opencollective.com/react-native-elements/sponsor/6/website)
189[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/7/avatar)](https://opencollective.com/react-native-elements/sponsor/7/website)
190[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/8/avatar)](https://opencollective.com/react-native-elements/sponsor/8/website)
191[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/9/avatar)](https://opencollective.com/react-native-elements/sponsor/9/website)
192[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/10/avatar)](https://opencollective.com/react-native-elements/sponsor/10/website)
193[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/11/avatar)](https://opencollective.com/react-native-elements/sponsor/11/website)
194[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/12/avatar)](https://opencollective.com/react-native-elements/sponsor/12/website)
195[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/13/avatar)](https://opencollective.com/react-native-elements/sponsor/13/website)
196[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/14/avatar)](https://opencollective.com/react-native-elements/sponsor/14/website)
197[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/15/avatar)](https://opencollective.com/react-native-elements/sponsor/15/website)
198[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/16/avatar)](https://opencollective.com/react-native-elements/sponsor/16/website)
199[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/17/avatar)](https://opencollective.com/react-native-elements/sponsor/17/website)
200[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/18/avatar)](https://opencollective.com/react-native-elements/sponsor/18/website)
201[![React Native Elements Backer](https://opencollective.com/react-native-elements/sponsor/19/avatar)](https://opencollective.com/react-native-elements/sponsor/19/website)