0.0.3 • Published 6 years ago

react-native-zero-ui v0.0.3

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Get Started

Installation

Note: Version 0.5 brought major changes so please make sure you've read and understood the documentation before proceeding with updating the old one

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

Theme support

Latest version of React Native Zero UI has simplified, standalone and Context API supported theming for your components.

We've decided to remove styleName way of styling components because it is not really "react native like". However, providing default styles for any of the components is enabled. You can even add custom named styling properties such as titleStyle in <Button /> by prefixing it's key with _ symbol within the theme. For example:

const theme = {
  '#Button': {
    _titleStyle: { color: 'white' },
    backgroundColor: 'cyan',
  },
};

Components Included

Theme elements

Documentation

View the full docs here

Demo App

Additionally, take a look at the example/ folder to view the implementation & run the RNE expo app locally.

0.5.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago