https://github.com/vsnaichuk/react-native-simple-collapsible-tabs
A simple and customizable library for creating collapsible tab navigators in React Native
https://github.com/vsnaichuk/react-native-simple-collapsible-tabs
collapsible expo react react-native react-navigation tabs
Last synced: 12 days ago
JSON representation
A simple and customizable library for creating collapsible tab navigators in React Native
- Host: GitHub
- URL: https://github.com/vsnaichuk/react-native-simple-collapsible-tabs
- Owner: vsnaichuk
- License: mit
- Created: 2023-01-09T09:19:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T00:20:45.000Z (9 months ago)
- Last Synced: 2025-06-03T17:18:50.855Z (29 days ago)
- Topics: collapsible, expo, react, react-native, react-navigation, tabs
- Language: TypeScript
- Homepage:
- Size: 621 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-simple-collapsible-tabs
https://github.com/user-attachments/assets/1de11ab7-348e-454d-8cd7-a5b3eb261b4d
## Installation
```sh
npm install react-native-simple-collapsible-tabs
```## Usage
```js
import { createMaterialTopTabNavigator } from '@react-navigation/material-top-tabs';
import { CollapsibleTab } from 'react-native-simple-collapsible-tabs';
import { Header, TabBar } from './components';const Tab = createMaterialTopTabNavigator();
}
initialRouteName="Example1"
>
;
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)