# React Native Bottom Sheet [](https://www.npmjs.com/package/@gorhom/bottom-sheet) [](https://www.npmjs.com/package/@gorhom/bottom-sheet) [](https://www.npmjs.com/package/@gorhom/bottom-sheet) [](https://www.npmjs.com/package/@gorhom/bottom-sheet) [](https://expo.io/) A performant interactive bottom sheet with fully configurable options 🚀  --- ## Features - 🌟 Modal presentation view, [Bottom Sheet Modal](https://gorhom.github.io/react-native-bottom-sheet/modal). - Smooth interactions & snapping animations. - Support `FlatList`, `SectionList`, `ScrollView` & `View` scrolling interactions. - Support `React Navigation` Integration. - Compatible with `Reanimated` v1 & v2. - Compatible with `Expo`. - Accessibility support. - Written in `TypeScript`. - [Read more](https://gorhom.github.io/react-native-bottom-sheet). ## Getting Started Check out [the documentation website](https://gorhom.github.io/react-native-bottom-sheet). ## Versioning This library been written in 2 versions of `Reanimated`, and kept both implementation in 2 separate branches: ### Version 2 This version is written with `Reanimated v1` & compatible with `Reanimated v2`, this version is located at [`master` branch](https://github.com/gorhom/react-native-bottom-sheet/tree/master) and its [changelog here](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md). ### Version 3 This version is written with `Reanimated v2` and **CAN NOT RUN** with `Reanimated v1`, this version is located at [`v3` branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v3) and its [changelog here](https://github.com/gorhom/react-native-bottom-sheet/blob/v3/CHANGELOG.md). All new features will be added to `Reanimated v2` version, however I will keep maintaining `Reanimated v1` version until further notice. ## Author - [Mo Gorhom](https://gorhom.dev/) ## License [MIT](./LICENSE)
---