From 56fd0bb807b1cc7a07c7365d9405c9991d4bb85a Mon Sep 17 00:00:00 2001 From: jinzhao Date: Tue, 19 Nov 2024 11:54:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:IB5C5A]=E4=BF=AE=E6=94=B9react-?= =?UTF-8?q?native-sticky-parallax-header=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 --- en/react-native-sticky-parallax-header.md | 13 ++++++------- zh-cn/react-native-sticky-parallax-header.md | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/en/react-native-sticky-parallax-header.md b/en/react-native-sticky-parallax-header.md index 5cbc25bb..b3439f08 100644 --- a/en/react-native-sticky-parallax-header.md +++ b/en/react-native-sticky-parallax-header.md @@ -331,9 +331,9 @@ The DetailsHeaderScrollView, DetailsHeaderFlatList, and DetailsHeaderSectionList | snapStopThreshold | Resistance value at the end of sliding | number | no | iOS/Android | no | | snapToEdge | enabled or not to slide to edge(default true) | number | no | iOS/Android | no | | stickyTabs | Indicates whether the tab bar can be fixed(default true) | number | no | iOS/Android | yes | -| substitle | SubTitle Text | string | no | iOS/Android | yes | -| substitleStyle | SubTitle Text Style | style - StyleProp | no | iOS/Android | yes | -| substitleTestID | SubTitle Text Test ID | string | no | iOS/Android | yes | +| subtitle | SubTitle Text | string | no | iOS/Android | yes | +| subtitleStyle | SubTitle Text Style | style - StyleProp | no | iOS/Android | yes | +| subtitleTestID | SubTitle Text Test ID | string | no | iOS/Android | yes | | tag | Tag Text | string | no | iOS/Android | yes | | tagStyle | Tag Text Style | style = StyleProp | no | iOS/Android | yes | | tagTestID | Tag Text Test ID | string | no | iOS/Android | yes | @@ -397,10 +397,9 @@ The AvatarHeaderScrollView, AvatarHeaderFlatList, and AvatarHeaderSectionList co | snapStartThreshold | Resistance value at the start of sliding | number | no | iOS/Android | yes | | snapStopThreshold | Resistance value at the end of sliding | number | no | iOS/Android | no | | snapToEdge | enabled or not to slide to edge(default true) | number | no | iOS/Android | no | -| stickyTabs | Indicates whether the tab bar can be fixed(default true) | number | no | iOS/Android | yes | -| substitle | SubTitle Text | string | no | iOS/Android | yes | -| substitleStyle | SubTitle Text Style | style - StyleProp | no | iOS/Android | yes | -| substitleTestID | SubTitle Text Test ID | string | no | iOS/Android | yes | +| subtitle | SubTitle Text | string | no | iOS/Android | yes | +| subtitleStyle | SubTitle Text Style | style - StyleProp | no | iOS/Android | yes | +| subtitleTestID | SubTitle Text Test ID | string | no | iOS/Android | yes | | title | Title Text | string | no | iOS/Android | yes | | titleStyle | Title Text Style | style = StyleProp | no | iOS/Android | yes | | titleTestID | Title Text Test ID | string | no | iOS/Android | yes | diff --git a/zh-cn/react-native-sticky-parallax-header.md b/zh-cn/react-native-sticky-parallax-header.md index 9217acdd..48064105 100644 --- a/zh-cn/react-native-sticky-parallax-header.md +++ b/zh-cn/react-native-sticky-parallax-header.md @@ -328,9 +328,9 @@ DetailsHeaderScrollView、DetailsHeaderFlatList 以及 DetailsHeaderSectionList | snapStopThreshold | 滑动结束时阻力值 | number | no | iOS/Android | no | | snapToEdge | 是否可以滑动到 Edge(默认 true) | number | no | iOS/Android | no | | stickyTabs | Tab 栏是否可以固定位置(默认 true) | number | no | iOS/Android | yes | -| substitle | 子标题 | string | no | iOS/Android | yes | -| substitleStyle | 子标题样式 | style - StyleProp | no | iOS/Android | yes | -| substitleTestID | 子标题测试 ID | string | no | iOS/Android | yes | +| subtitle | 子标题 | string | no | iOS/Android | yes | +| subtitleStyle | 子标题样式 | style - StyleProp | no | iOS/Android | yes | +| subtitleTestID | 子标题测试 ID | string | no | iOS/Android | yes | | tag | 标签文字 | string | no | iOS/Android | yes | | tagStyle | 标签文字样式 | style = StyleProp | no | iOS/Android | yes | | tagTestID | 标签文字测试 ID | string | no | iOS/Android | yes | @@ -394,10 +394,9 @@ AvatarHeaderScrollView、AvatarHeaderFlatList 以及 AvatarHeaderSectionList 三 | snapStartThreshold | 滑动开始时阻力值 | number | no | iOS/Android | yes | | snapStopThreshold | 滑动结束时阻力值 | number | no | iOS/Android | no | | snapToEdge | 是否可以滑动到 Edge(默认 true) | number | no | iOS/Android | no | -| stickyTabs | Tab 栏是否可以固定位置(默认 true) | number | no | iOS/Android | yes | -| substitle | 子标题 | string | no | iOS/Android | yes | -| substitleStyle | 子标题样式 | style - StyleProp | no | iOS/Android | yes | -| substitleTestID | 子标题测试 ID | string | no | iOS/Android | yes | +| subtitle | 子标题 | string | no | iOS/Android | yes | +| subtitleStyle | 子标题样式 | style - StyleProp | no | iOS/Android | yes | +| subtitleTestID | 子标题测试 ID | string | no | iOS/Android | yes | | title | 标题文字 | string | no | iOS/Android | yes | | titleStyle | 标题文字样式 | style = StyleProp | no | iOS/Android | yes | | titleTestID | 标题测试 ID | string | no | iOS/Android | yes | -- Gitee