Get Started
Installation
-
If you want just the components, you need to add the plugin using
npm install react-native-zero-ui --save
or
yarn add react-native-zero-ui
-
If you require to use full potential of the plugin, you need to add @shoutem/theme plugin as well. You can do it by typing
npm install @shoutem/theme --save
or
yarn add @shoutem/theme
Usage
Start using the components or try it on Snack here.
import { Button } from 'react-native-elements';
<Button
raised
icon=
buttonStyle=
textStyle=
title={`Welcome to\nReact Native Elements`}
/>
Components Included
Documentation
Demo App
Additionally, take a look at the example/ folder to view the implementation & run the RNE expo app locally.