📄️ Dimming the Background
Control the bottom sheet's dimming behavior.
📄️ Edge-to-Edge
Configure edge-to-edge display mode on Android.
📄️ Adding Footer
Add a floating footer component to the bottom sheet.
📄️ Global Methods
Bottom sheet's global methods that you can invoke from anywhere.
📄️ Adding Header
Add a header component that stays above the scrollable content.
📄️ Testing with Jest
Mock the bottom sheet component for testing.
📄️ Liquid Glass
Configure iOS Liquid Glass visual effect for bottom sheets.
📄️ React Navigation
Navigate to other screens from within the bottom sheet.
📄️ Present On Mount
Present the bottom sheet on mount.
📄️ Reanimated
Sync animations with your sheet using Reanimated.
📄️ Resizing Programmatically
Programmatically resize the bottom sheet and listen for detent changes.
📄️ Scrolling Content
Handle scrolling content within the bottom sheet.
📄️ Stacking Sheets
Guide on how to present bottom sheet on top of an existing sheet.