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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# react-native-rating-element
1
+
<h1align="center">
2
+
React Native Rating Element
3
+
</h1>
2
4
3
5
A simple rating library for react native supporting:
4
6
@@ -8,11 +10,18 @@ A simple rating library for react native supporting:
8
10
-**custom images** (You can add any suitable image as per your wish),
9
11
- and **interact and record rating** given by users.
10
12
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`.
> 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`.
0 commit comments