Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)