Skip to content

Commit c8c2f03

Browse files
author
Rishabh
committed
updating readme
1 parent 12c1893 commit c8c2f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
A simple rating library for react native supporting decimal point and custom icon set.
44

55
I created this small library as [react-native-ratings](https://github.com/Monte9/react-native-ratings) package was causing UI issues in Android device, when applied within touchable opacity element.
6-
Also the <AirbnbRating /> component, does not support fractions.
6+
Also it's `AirbnbRating` component, does not support fractions.
77

88
This package works perfectly on android's TouchableOpacity, support icons from Ionicons and also support fractions.
99

10-
>Please note: This package depends on [react-native-vector-icons](https://oblador.github.io/react-native-vector-icons/). Please install and configure it before using this package.
10+
>Please note: This package depends on [react-native-vector-icons](https://oblador.github.io/react-native-vector-icons/). Please install and configure it before using this package. It is simple to install - First, install the package via `npm` and then link it using `react-native link`.
1111
1212
## Installation
1313

@@ -32,7 +32,7 @@ import { Rating } from "react-native-rating-element";
3232
icon="ios-star"
3333
/>;
3434

35-
If you want to record user tap on star
35+
*If you want to record user tap on star icon*
3636

3737
<Rating
3838
rated={3.7}

0 commit comments

Comments
 (0)