Skip to content

Commit

Permalink
README is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Oct 13, 2019
1 parent 8e410f2 commit 2dd5aea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ npm i react-native-library-boilerplate

## Peer Dependencies

###### IMPORTANT! You need install them.
###### IMPORTANT! You need install them

```
```js
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
```
Expand All @@ -43,15 +43,13 @@ npm i react-native-library-boilerplate
import { Component1, Component2 } from "react-native-library-boilerplate";
```

## Component1 Usage
## Component1 Usage

```js
<Component1 />
````


### Configuration - Props
```

# Configuration - Props

| Property | Type | Default | Description |
| -------- | :-----: | :-----: | ------------------------------------------------------- |
Expand All @@ -60,8 +58,7 @@ import { Component1, Component2 } from "react-native-library-boilerplate";
| gradient | boolean | false | make the button with a gradient background and a shadow |
| width | number | 150 | change the button's width |

### Future Plans
## Future Plans

- [x] ~~LICENSE~~
- [ ] Write an article about the lib on Medium
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-library-boilerplate",
"version": "0.0.11",
"version": "0.0.2",
"description": "Description for library",
"keywords": [
"FreakyCoder",
Expand Down

0 comments on commit 2dd5aea

Please sign in to comment.