--- id: getting-started title: Getting Started sidebar_label: Getting Started description: A performant interactive bottom sheet with fully configurable options 🚀 keywords: - bottomsheet - bottom-sheet - bottom sheet - react-native - react native - ios - android - sheet - modal - presentation modal - reanimated image: /img/bottom-sheet-preview.gif slug: / --- # React Native Bottom Sheet [![version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/master?label=version&style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/npm/l/@gorhom/bottom-sheet?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/) A performant interactive bottom sheet with fully configurable options 🚀 import useBaseUrl from "@docusaurus/useBaseUrl"; import { Video } from "@site/components/video";