Overview of React Native Bottom Sheet
mainReact Native Bottom Sheet is a high-performance library providing bottom-sheet components for React Native. It features a native implementation to ensure optimal performance and supports both inline and modal sheet components. Key capabilities include:
- Flexible Surfaces: You can bring your own sheet surface.
- Dynamic Sizing: Supports content-based sizing out of the box.
- Scroll Management: Automatically handles vertically scrollable children.
- UI Synchronization: Provides position tracking to drive other UI elements tied to the sheet's state.
- Advanced Detents: Supports programmatic-only detents for snap points that cannot be reached via manual dragging.