You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-bottom-sheet-manager

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-bottom-sheet-manager

A React Native bottom sheet manager built with @gorhom/bottom-sheet.

0.4.1
latest
Source
npmnpm
Version published
Weekly downloads
18
-43.75%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Bottom Sheet Manager

A bottom sheet manager inspired by package react-native-actions-sheet and adapted to package @gorhom/bottom-sheet.

Installation

yarn add react-native-bottom-sheet-manager

Dependencies

This library needs these dependencies to be installed in your project before you can use it:

yarn add react-native-reanimated react-native-gesture-handler

Configuration

For more information on configuration, see here.

Usage

After completing the configuration step, let's start with a simple use case.

import { SheetManager } from 'react-native-bottom-sheet-manager';

SheetManager.show('my-sheet');

For more use cases, see here.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Built With ❤️

Keywords

react-native

FAQs

Package last updated on 26 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts