Skip to main content

Intro

The @react-native-ama/bottom-sheet package provides an accessible bottom sheet component and supporting hooks for React Native apps.

Installation

Install the @react-native-ama/bottom-sheet package with your favourite package manager:

npm install @react-native-ama/bottom-sheet

Dependencies

The package relies on react-native-reanimated and react-native-gesture-handler, so these must also be installed.

npm install react-native-reanimated

Follow the specific installation instructions for React Native Reanimated here.

npm install react-native-gesture-handler

Follow the specific installation instructions for React Native Gesture Handler here, specifically wrapping the entry point of the app in a GestureHandlerRootView.