Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsnaichuk/react-native-simple-collapsible-tabs
https://github.com/vsnaichuk/react-native-simple-collapsible-tabs
collapsible expo react react-native react-navigation tabs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vsnaichuk/react-native-simple-collapsible-tabs
- Owner: vsnaichuk
- License: mit
- Created: 2023-01-09T09:19:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T07:54:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T01:05:57.085Z (9 months ago)
- Topics: collapsible, expo, react, react-native, react-navigation, tabs
- Language: TypeScript
- Homepage:
- Size: 385 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)