A React Native bottom sheet manager built with @gorhom/bottom-sheet.
npm install react-native-bottom-sheet-managerA bottom sheet manager inspired by package react-native-actions-sheet and adapted to package @gorhom/bottom-sheet.
- API
- Installation
- Configuration
``sh`
yarn add react-native-bottom-sheet-manager
#### Dependencies
This library needs these dependencies to be installed in your project before you can use it:
`sh`
yarn add react-native-reanimated react-native-gesture-handler
For more information on configuration, see here.
After completing the configuration step, let's start with a simple use case.
`ts
import { SheetManager } from 'react-native-bottom-sheet-manager';
SheetManager.show('my-sheet');
``
For more use cases, see here.
See the contributing guide to learn how to contribute to the repository and the development workflow.