From 622dbdc25c4be8469ca126be39b9cb5348f301e2 Mon Sep 17 00:00:00 2001 From: jinzhao Date: Wed, 20 Nov 2024 19:50:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:IB5UB7]=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 | 1 - zh-cn/react-native-sticky-parallax-header.md | 1 - 2 files changed, 2 deletions(-) diff --git a/en/react-native-sticky-parallax-header.md b/en/react-native-sticky-parallax-header.md index b3439f08..bf08354b 100644 --- a/en/react-native-sticky-parallax-header.md +++ b/en/react-native-sticky-parallax-header.md @@ -330,7 +330,6 @@ The DetailsHeaderScrollView, DetailsHeaderFlatList, and DetailsHeaderSectionList | 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 | | 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 | diff --git a/zh-cn/react-native-sticky-parallax-header.md b/zh-cn/react-native-sticky-parallax-header.md index 48064105..53766658 100644 --- a/zh-cn/react-native-sticky-parallax-header.md +++ b/zh-cn/react-native-sticky-parallax-header.md @@ -327,7 +327,6 @@ DetailsHeaderScrollView、DetailsHeaderFlatList 以及 DetailsHeaderSectionList | 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 | | subtitle | 子标题 | string | no | iOS/Android | yes | | subtitleStyle | 子标题样式 | style - StyleProp | no | iOS/Android | yes | | subtitleTestID | 子标题测试 ID | string | no | iOS/Android | yes | -- Gitee