diff --git a/en/react-native-sticky-parallax-header.md b/en/react-native-sticky-parallax-header.md index b3439f08274f7fe0b3905cd256508aea5e975e4a..bf08354bacfe44738d87c4480f037188d14cee78 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 48064105efc275a8ac570278d51e921db4584830..537666586929e77fc80b2509df11bfa1af3bfded 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 |