Skip to content

Commit c731ee0

Browse files
committed
v1.6.1
1 parent b0cb7aa commit c731ee0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A React Native default iOS item cell. The cell grows with the inner text.
1111
RN>=0.18 is required for `1.4.x`. Install the package:
1212

1313
```bash
14-
$ npm i react-native-item-cell --save
14+
$ yarn add react-native-item-cell
1515
```
1616

1717
Install ``FontAwesome`` from the awesome Joel Oblador's ``react-native-vector-icons``: https://github.com/oblador/react-native-vector-icons#installation
@@ -42,6 +42,6 @@ Install ``FontAwesome`` from the awesome Joel Oblador's ``react-native-vector-ic
4242

4343
MIT
4444

45-
## author
45+
## Author
4646

4747
Álvaro Medina Ballester <amedina at apsl.net>

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-item-cell",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "React Native default style iOS item cell",
55
"main": "ItemCell.js",
66
"scripts": {

0 commit comments

Comments
 (0)