Skip to content

Commit 1528a25

Browse files
authored
Update README.md
1 parent 1d2223c commit 1528a25

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ import { Rating } from "react-native-rating-element";
4242
<Rating
4343
rated={3.7}
4444
totalCount={5}
45-
ratingColor="#b5121b"
46-
ratingBackgroundColor="#c8c7c8"
47-
size={24}
45+
size={42}
4846
onIconTap={position => console.log(`User pressed: ${position}`)}
49-
icon="ios-star"
5047
direction="row"
5148
type="custom"
5249
selectedIconImage={require('./filled.png')}

0 commit comments

Comments
 (0)