React Native Collapsible Tab View

screenshot of React Native Collapsible Tab View
react
react-native

A cross-platform Collapsible Tab View component for React Native

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

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.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.