You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A React Native default iOS item cell. The cell grows with the inner text.
11
11
RN>=0.18 is required for `1.4.x`. Install the package:
12
12
13
13
```bash
14
-
$ npm i react-native-item-cell --save
14
+
$ yarn add react-native-item-cell
15
15
```
16
16
17
17
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
0 commit comments