You're building a React Native app and need a bottom sheet that actually works across platforms. This walks you through the entire TrueSheet API: ref-based control for simple cases, named sheets with global methods when your trigger lives far from the sheet, and provider hooks for web support. It covers the detent system (up to three snap points, auto-sizing or fractional), scrollable content with headers and footers, navigation integration, Reanimated sync, and all the iOS-specific bits like blur and liquid glass. The guidance is opinionated where it matters. Never mix auto detents with scrollable content, they're fundamentally incompatible. Use resize with indices, not values. Dismiss sheets before closing modals on iOS or you'll hit a React Native blank screen bug. Solid everyday reference if you're past the hello world stage.
npx skills add https://github.com/lodev09/react-native-true-sheet --skill truesheet-usage