### Install Dependencies with Expo Source: https://gorhom.github.io/react-native-bottom-sheet If you are using Expo, use this command to install the necessary dependencies. ```bash npx expo install react-native-reanimated react-native-gesture-handler ``` -------------------------------- ### Install React Native Bottom Sheet Source: https://gorhom.github.io/react-native-bottom-sheet Use this command to add the library to your project. Ensure you are using version 5 or later. ```bash yarn add @gorhom/bottom-sheet@^5 ``` -------------------------------- ### Install Core Dependencies Source: https://gorhom.github.io/react-native-bottom-sheet These dependencies are required before using the bottom sheet library. Install them using yarn. ```bash yarn add react-native-reanimated react-native-gesture-handler ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.