Skip to content

Commit 2dd5aea

Browse files
committed
README is updated
1 parent 8e410f2 commit 2dd5aea

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ npm i react-native-library-boilerplate
2828

2929
## Peer Dependencies
3030

31-
###### IMPORTANT! You need install them.
31+
###### IMPORTANT! You need install them
3232

33-
```
33+
```js
3434
"react": ">= 16.x.x",
3535
"react-native": ">= 0.55.x",
3636
```
@@ -43,15 +43,13 @@ npm i react-native-library-boilerplate
4343
import { Component1, Component2 } from "react-native-library-boilerplate";
4444
```
4545

46-
## Component1 Usage
46+
## Component1 Usage
4747

4848
```js
4949
<Component1 />
50-
````
51-
52-
53-
### Configuration - Props
50+
```
5451

52+
# Configuration - Props
5553

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

63-
64-
### Future Plans
61+
## Future Plans
6562

6663
- [x] ~~LICENSE~~
6764
- [ ] Write an article about the lib on Medium

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-library-boilerplate",
3-
"version": "0.0.11",
3+
"version": "0.0.2",
44
"description": "Description for library",
55
"keywords": [
66
"FreakyCoder",

0 commit comments

Comments
 (0)