Skip to content
New issue

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

Provide iconSet props supported values in Readme #111

Open
skychavda opened this issue Jan 1, 2022 · 0 comments
Open

Provide iconSet props supported values in Readme #111

skychavda opened this issue Jan 1, 2022 · 0 comments

Comments

@skychavda
Copy link

@djchie I am using your package and it's working fine but I have an issue when I try to use FontAwesome 5 from react-native-vector-image.

<StarRating
    disabled={false}
    halfStarEnabled
    maxStars={5}
    halfStar={'star-half-alt'}
    iconSet='FontAwesome5'
    rating={starCount}
    selectedStar={(rating) => setStarCount(rating)}
    fullStarColor={colors.yellow}
    halfStarColor={colors.yellow}
    emptyStarColor={colors.yellow}
/>

I wrote like this in iconSet but it gave an error while rendering saying that Element type is invalid. So can you provide the supporting prop value for the same in Read.me

It will be helped.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant