Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Dev-Elevate/react-native-ustyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Feb 22, 2024
2 parents a5ac556 + 9735b93 commit 6ebe281
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# react-native-ustyle
# react-native-ustyle [BETA]

Easy and configurable utiltity styling props support for React Native
Easy and configurable utility-style props support for React Native with zero runtime.

## Installation

```sh
npm install react-native-ustyle
npm install babel-plugin-react-native-ustyle --save-dev
```

**OR**

```sh
yarn add react-native-ustyle
yarn add babel-plugin-react-native-ustyle -D
```


## Usage

```js
Expand Down

0 comments on commit 6ebe281

Please sign in to comment.