Skip to content

Commit 751aa8a

Browse files
authored
Update README.md
1 parent d04be35 commit 751aa8a

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# react-native-rating-element
1+
<h1 align="center">
2+
React Native Rating Element
3+
</h1>
24

35
A simple rating library for react native supporting:
46

@@ -8,11 +10,18 @@ A simple rating library for react native supporting:
810
- **custom images** (You can add any suitable image as per your wish),
911
- and **interact and record rating** given by users.
1012

11-
> 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`.
13+
<h3 align="center">
14+
<a href="https://github.com/ui-ninja/react-native-rating-element#installation">Installation</a>
15+
<span> · </span>
16+
<a href="https://github.com/ui-ninja/react-native-rating-element#usage">Usage</a>
17+
<span> · </span>
18+
<a href="https://github.com/ui-ninja/react-native-rating-element#api">API Documentation</a>
19+
<span> · </span>
20+
<a href="https://github.com/ui-ninja/react-native-rating-element#output">Sample Output</a>
21+
<span> · </span>
22+
</h3>
1223

13-
[Output](https://github.com/ui-ninja/react-native-rating-element#output)
14-
<br />
15-
[API Documentation here](https://github.com/ui-ninja/react-native-rating-element#api)
24+
> 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`.
1625
1726
## Installation
1827

0 commit comments

Comments
 (0)