1.0.3 • Published 7 months ago

react-native-reset-css v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

react-native-reset-css

Bringing the web's reset CSS experience to React Native for a consistent mobile UI

Installation

npm install react-native-reset-css

or

yarn add react-native-reset-css

Usage

Basic Usage

1. Import the reset function

import { customizeView } from 'react-native-reset-css';

or;

import Customizer from 'react-native-reset-css';

2. Customize your Component

customizeView({
  style: {
    backgroundColor: 'blue',
  },
});

or;

Customizer.View({
  style: {
    backgroundColor: 'yellow',
  },
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

1.0.3

7 months ago

1.0.2

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago