react-native-star-rating-widget icon indicating copy to clipboard operation
react-native-star-rating-widget copied to clipboard

A customizable, animated star rating component for React Native. Compatible with iOS, Android and Web. Written in Typescript.

Results 8 react-native-star-rating-widget issues
Sort by recently updated
recently updated
newest added

Version: 1.7.3 Issue: Suppose the user selects 5 stars, the `onChange()` is triggered returning the rating as 5. Now, suppose if the user selects 5 stars again, the `onChange()` does...

Currently, the `emptyColor` only colors the border of the star. We can add a prop to use a `star type` for the `emptyColor`.

Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fast-loops&package-manager=npm_and_yarn&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @​myndzi). 3.3.7 Fixed node16 TypeScript support...

dependencies

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. Release notes Sourced from http-proxy-middleware's releases. v2.0.7 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 v2.0.7-beta.1 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1 v2.0.7-beta.0 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0 Changelog Sourced from http-proxy-middleware's changelog. v2.0.7...

dependencies

Are there any plans to upgrade the deprecated notices? Such as: `accessibilityLabel` is deprecated. Use `aria-label`

- Add StarQuarter (33% fill) and StarThreeQuarter (66% fill) components - Refactor all star components to use consistent LinearGradient approach - Add enableQuarterStar prop to StarRating and StarRatingDisplay - Update...