Skip to content

Commit d72ce0c

Browse files
author
Rishabh
committed
updating version
1 parent 5316a08 commit d72ce0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple rating library for react native supporting decimal point and custom icon set.
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 withing touchable opacity element.
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.
66
Also the <AirbnbRating /> component, does not support fractions.
77

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-rating-element",
3-
"version": "1.1.1",
3+
"version": "1.0.1",
44
"description": "A simple rating library for react native supporting decimal point and custom icon set",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)