react-native-sticky-tabs
v1.0.0
Published
A sticky tab bar component for React Native
Maintainers
Readme
React Native Sticky Tabs
A customizable sticky tab bar component for React Native that synchronizes between a horizontal tab bar and a vertical list of sections. This component is ideal for applications that require smooth tab navigation, with the tab bar remaining sticky at the top of the screen while the content below scrolls.
It supports dynamic data, and smoothly syncs between horizontal tab navigation and vertical list scrolling.
Features
- Sticky tab bar that stays at the top of the screen.
- Synchronizes the tab bar with a vertically scrolling list.
- Customizable appearance for tabs.
- Smooth scroll behavior for both horizontal and vertical navigation.
- Supports dynamic sections with customizable content.
Installation
To install the package, run:
npm install react-native-sticky-tabs