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 -y skills add lodev09/react-native-true-sheet --skill truesheet-usage --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar