Skip to content

Commit 338d98d

Browse files
author
Rishabh
committed
updating readme
1 parent f4c4ce8 commit 338d98d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# react-native-rating-element
22

3-
A simple rating library for react native supporting decimal points, direction aware and custom icon set. [Output](https://github.com/ui-ninja/react-native-rating-element#output)
4-
5-
This package support varity of icons from Ionicons, direction aware and support fractions. You can interact with rating icons too. [API Documentation here](https://github.com/ui-ninja/react-native-rating-element#api)
3+
A simple rating library for react native supporting:
4+
* **decimal points** like 3.7, 4.2 etc,
5+
* **direction aware** icons (like you can pass direction as “column” or “row-reverse”),
6+
* **custom icon set** from Ionicons,
7+
* and **interact and record rating** given by users.
68

79
> 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`.
810
11+
[Output](https://github.com/ui-ninja/react-native-rating-element#output)
12+
<br />
13+
[API Documentation here](https://github.com/ui-ninja/react-native-rating-element#api)
14+
15+
916
## Installation
1017

1118
Use the package manager npm to install react-native-rating-element.

0 commit comments

Comments
 (0)