Skip to content

Commit 20f67e4

Browse files
author
Rishabh
committed
2 parents e1c53d9 + 28a4f37 commit 20f67e4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# react-native-rating-element
1+
# react-native-rating-element
22

3-
A simple rating library for react native supporting decimal point and custom icon set.
3+
A simple rating library for react native supporting decimal points and custom icon set. [Output](https://github.com/ui-ninja/react-native-rating-element#output)
44

5-
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 it's `AirbnbRating` component, does not support fractions.
5+
This package support varity of icons from Ionicons and support fractions. You can interact with rating icons too. [API Documentation here](https://github.com/ui-ninja/react-native-rating-element#api)
76

8-
This package works perfectly on android's TouchableOpacity, support icons from Ionicons and also support fractions.
9-
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`.
7+
>Please note: This package depends on [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons#installation). 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`.
118
129
## Installation
1310

0 commit comments

Comments
 (0)