From 67f01f49cbf3712c1541d6dbb9fec9b03c7ba63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Thu, 9 Oct 2025 09:57:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID0Y4W]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0react-native-ratings=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李琦 --- en/react-native-ratings.md | 2 -- zh-cn/react-native-ratings.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/en/react-native-ratings.md b/en/react-native-ratings.md index 7bc5f7d5..c7926208 100644 --- a/en/react-native-ratings.md +++ b/en/react-native-ratings.md @@ -166,7 +166,6 @@ This document is verified based on the following versions: | **reviews** | Labels to show when each value is tapped e.g. If the first star is tapped, then value in index 0 will be used as the label | string | No | iOS/Android | Yes | | **count** | Total number of ratings to display | number | No | iOS/Android | Yes | | **selectedColor** | Pass in a custom fill-color for the rating icon | string | No | iOS/Android | Yes | -| **unSelectedColor** | Pass in a custom not fill-color for the rating icon | string | No | iOS/Android | Yes | | **reviewColor** | Pass in a custom text color for the review text | string | No | iOS/Android | Yes | | **size** | The size of each rating image (optional) | number | No | iOS/Android | Yes | | **reviewSize** | Pass in a custom font size for the review text | number | No | iOS/Android | Yes | @@ -176,7 +175,6 @@ This document is verified based on the following versions: | **starContainerStyle** | Custom styles applied to the star container | object | No | iOS/Android | Yes | | **ratingContainerStyle** | Custom styles applied to the rating container | object | No | iOS/Android | Yes | | **starImage** | Pass in a custom base image source (optional) | string | No | iOS/Android | Yes | -| **starStyle** | Custom styles applied to the star (optional) | object | No | iOS/Android | Yes | ## Known Issues diff --git a/zh-cn/react-native-ratings.md b/zh-cn/react-native-ratings.md index 01001d7d..af3fbe8d 100644 --- a/zh-cn/react-native-ratings.md +++ b/zh-cn/react-native-ratings.md @@ -166,7 +166,6 @@ export function RatingsDemo () { | **reviews** | Labels to show when each value is tapped e.g. If the first star is tapped, then value in index 0 will be used as the label | string | No | iOS/Android | Yes | | **count** | Total number of ratings to display | number | No | iOS/Android | Yes | | **selectedColor** | Pass in a custom fill-color for the rating icon | string | No | iOS/Android | Yes | -| **unSelectedColor** | Pass in a custom not fill-color for the rating icon | string | No | iOS/Android | Yes | | **reviewColor** | Pass in a custom text color for the review text | string | No | iOS/Android | Yes | | **size** | The size of each rating image (optional) | number | No | iOS/Android | Yes | | **reviewSize** | Pass in a custom font size for the review text | number | No | iOS/Android | Yes | @@ -176,7 +175,6 @@ export function RatingsDemo () { | **starContainerStyle** | Custom styles applied to the star container | object | No | iOS/Android | Yes | | **ratingContainerStyle** | Custom styles applied to the rating container | object | No | iOS/Android | Yes | | **starImage** | Pass in a custom base image source (optional) | string | No | iOS/Android | Yes | -| **starStyle** | Custom styles applied to the star (optional) | object | No | iOS/Android | Yes | ## 遗留问题 -- Gitee