# react-native-collapsible-tab > A React Native collapsible tab view: jump-free header collapse, per-tab scroll memory, and first-class FlatList/SectionList/FlashList/LegendList support — with the working header buttons and bounded tab memory the older react-native-collapsible-tab-view lacks. A drop-in migration target. Install: `npm install react-native-collapsible-tab` - [Docs home](https://rnct.scannertechs.com/docs) - [Full docs for LLMs](https://rnct.scannertechs.com/llms-full.txt): the complete API and every gotcha in one file — use this to install or migrate. - [npm](https://www.npmjs.com/package/react-native-collapsible-tab) - [GitHub](https://github.com/JassiSingh08/react-native-collapsible-tab) ## Getting started - [Introduction](https://rnct.scannertechs.com/docs/introduction): A collapsible header tab view for React Native with per-tab scroll memory and a jump-free header. - [Installation](https://rnct.scannertechs.com/docs/installation): Install the package and its peer dependencies. - [Tabs](https://rnct.scannertechs.com/docs/tabs): Each tab has a stable name and an optional display label. ## Header behavior - [How the header collapses](https://rnct.scannertechs.com/docs/collapse-rules): The rules that keep the header glued to content — and jump-free. - [Snap](https://rnct.scannertechs.com/docs/snap-threshold): Settle the header fully open or closed when released mid-collapse. - [Reveal on scroll](https://rnct.scannertechs.com/docs/reveal-on-scroll): Bring the header back on any upward scroll, Twitter-style. ## Tabs & content - [Lazy mounting](https://rnct.scannertechs.com/docs/lazy): Mount tab content only on first focus, with a placeholder. - [Windowed memory](https://rnct.scannertechs.com/docs/window-config): Cap how many tabs stay mounted — 60 tabs, only 3 live. - [Dynamic tabs & ref](https://rnct.scannertechs.com/docs/dynamic-and-ref): Add/remove tabs at runtime and drive the container imperatively. ## Lists - [List adapters](https://rnct.scannertechs.com/docs/lists): Drop-in FlatList, ScrollView, SectionList, FlashList v2 & LegendList. - [Pull to refresh](https://rnct.scannertechs.com/docs/pull-to-refresh): A platform-split recipe — iOS and Android overscroll differently. ## Customization - [Custom tab bar](https://rnct.scannertechs.com/docs/custom-tab-bar): Replace the default tab bar — or pin content that survives collapse. - [Hooks](https://rnct.scannertechs.com/docs/hooks): Read scroll, collapse progress and focus on the UI thread. - [API reference](https://rnct.scannertechs.com/docs/api-reference): Every prop and ref method, in one place.