React Native Collapsible Tab View screenshot

React Native Collapsible Tab View

Author Avatar Theme by Pedrobern
Updated: 29 Mar 2025
1070 Stars

A cross-platform Collapsible Tab View component for React Native

Categories

Overview

React Native Collapsible Tab View is a versatile library that allows users to create collapsible tab views using Reanimated. The library supports UI thread animations, high customizability, full TypeScript support, lazy loading with fade-in animation, diffClamp header, interpolated header, scroll snap, and animated snap. It also features scrollable tabs inspired by react-native-tab-view’s tab bar.

Features

  • UI thread animations and interactions
  • High customizability
  • Full TypeScript support
  • Lazy loading with fade-in animation
  • DiffClamp header
  • Interpolated header
  • Scroll snap (with interpolated header)
  • Animated snap (with diffClamp header)
  • Scrollable tabs, inspired by the react-native-tab-view tab bar

Installation

To install the React Native Collapsible Tab View library, open a terminal in your project’s root directory and run the following command:

npm install react-native-collapsible-tab-view

After installing the library, make sure to add Reanimated by following the official installation guide.

Summary

React Native Collapsible Tab View is a powerful library that simplifies the creation of collapsible tab views using Reanimated in React Native applications. With features like UI thread animations, customizability, TypeScript support, lazy loading, and various header options, this library provides developers with a flexible and efficient solution for implementing tab views. The installation process is straightforward, and the library offers a quick start guide and API reference for easy integration and customization.