Animated collapsible component for React Native, ideal for accordions, toggles, and expandable sections.
React Native Collapsible is a library that provides an animated, collapsible container component for React Native applications. It solves the need for smooth, interactive expand/collapse transitions in mobile UIs, such as accordions, toggle sections, and expandable content areas. The component handles dynamic content heights and integrates with React Native's Animated API for performant animations.
React Native developers building mobile applications that require interactive, animated UI components like accordions, expandable lists, or toggleable content sections.
Developers choose React Native Collapsible for its simplicity, smooth animations out-of-the-box, and the included Accordion component that reduces boilerplate. It's a lightweight, pure JavaScript solution that works seamlessly with React Native's ecosystem.
Animated collapsible component for React Native, good for accordions, toggles etc
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Leverages React Native's Animated API for performant, customizable expand/collapse animations, as demonstrated in the demo GIF with ease-out cubic easing.
Automatically adjusts to content of varying heights without manual calculations, simplifying implementation for dynamic UIs like expandable lists.
Includes a ready-to-use Accordion component with active state tracking and multiple section management, reducing boilerplate code for common use cases.
Supports top, center, or bottom alignment during transitions, offering control over animation behavior for different UI layouts.
Components are unstyled, requiring developers to implement custom CSS for visual design, which adds initial setup time and design effort.
Tied to the React Native ecosystem, making it unsuitable for projects targeting web or other platforms without significant additional work or polyfills.
Focused on basic collapsible functionality; lacks built-in support for features like nested accordions, advanced gesture controls, or server-side rendering optimizations.