React Native Ratings Versions Save

Tap and Swipe Ratings component for React Native.

v8.1.0

2 years ago
  • Added support for rating container style in tap rating

Kudos to @LucasMonteiro1 for building out the feature

v8.0.4

3 years ago
  • Fixes support for adding default rating

Kudos to @khushal87 for the bug fix

v8.0.3

3 years ago
  • Fixes bug introduced in v8.0.2: the dist folder did not include assets

v8.0.2

3 years ago
  • Patch fix for 8.0.1 where assets were not included in the built files
    • Updated demo app to use compiled files : future errors should be reproducible in the demo app before a release
    • Added post build script to copy assets to the distribution folder

v8.0.1

3 years ago
  • Typescript support. Huge kudos to @khushal87
    • Added Status bar in demo screens
    • Functional components instead of class based components
    • Added typescript compilation check to github actions

v7.6.1

3 years ago

Patch fix

  • Fixes bug introduced in 7.6.0 where swipe rating no longer supported custom start values
  • Fixes bug introduced in 7.6.0 where value reported in swipe rating was incorrect
  • Updated demo expo app to include these scenarios

v7.6.0

3 years ago
  • Defined github workflow for creating a build pipeline
    • currently contains of a lint phase
  • Updated code to ensure all code passes linting
  • Added pre-commit hooks for linting

This helps future PRs can focus on feature updates without having to worry about styling / linting issues.

v7.5.0

3 years ago
  • TapRating:
    • New option to override the image used
  • Swipe Rating:
    • Fixes to begin swipe from a specific position
    • Customisable jump value options
  • Updates to typings