From 65f9b83c9f554fc797a1f9fc36414db8c147188b Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Thu, 19 Jun 2025 17:09:07 +0800 Subject: [PATCH] feat: add react-star-ratings package for star rating component --- 03_source/mobile/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/03_source/mobile/package.json b/03_source/mobile/package.json index 3ad2880..bb4624e 100644 --- a/03_source/mobile/package.json +++ b/03_source/mobile/package.json @@ -42,6 +42,7 @@ "react-router": "^5.3.4", "react-router-dom": "^5.3.4", "react-spinners": "^0.17.0", + "react-star-ratings": "^2.3.0", "react-use": "^17.6.0", "reselect": "^4.0.0", "sass": "^1.59.3",