@ecreeth/rn-ui
v1.0.9
Published
Highly customizable and theming components for React Native
Downloads
4
Maintainers
Readme
@ecreeth/rn-ui
Table of Contents
Created by gh-md-toc
Introduction
Highly customizable and theming components for React Native
Browse the docs on blankapp.org or try it out on our [live demo][live-demo-url].
Features
- Lightly dependency, very little dependency
- Global theming, a variety of style selector implementation
- Rich base components
- Friendly API design
Quick Start
Prerequisites
Before starting make sure you have:
- Installed Styled Components
Installation
Create a new React Native App:
$ react-native init HelloWorld
$ cd HelloWorld
Install @ecreeth/rn-ui
to your project:
$ yarn add @ecreeth/rn-ui