We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for library.
Can i pass custom icon from react-native-vector-icons?
The text was updated successfully, but these errors were encountered:
you can pass custom icon like this:
<StarRatingBar score={2.3} starStyle={{ width: 20, height: 20, }} readOnly={false} continuous={true} allowsHalfStars={true} accurateHalfStars={true} emptyStarImage={<Icon name="heart-o" size={20} color="#999"/>} filledStarImage={<Icon name="heart" size={20} color="red"/>} scoreTextStyle={{marginLeft: 10, color:'red'}} />
I updated the demo code using Icon
Sorry, something went wrong.
No branches or pull requests
Thanks for library.
Can i pass custom icon from react-native-vector-icons?
The text was updated successfully, but these errors were encountered: