We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2223c commit 1528a25Copy full SHA for 1528a25
README.md
@@ -42,11 +42,8 @@ import { Rating } from "react-native-rating-element";
42
<Rating
43
rated={3.7}
44
totalCount={5}
45
- ratingColor="#b5121b"
46
- ratingBackgroundColor="#c8c7c8"
47
- size={24}
+ size={42}
48
onIconTap={position => console.log(`User pressed: ${position}`)}
49
- icon="ios-star"
50
direction="row"
51
type="custom"
52
selectedIconImage={require('./filled.png')}
0 commit comments