* feat(ios): add custom grabber view with vibrancy effect * refactor(ios): simplify blur and grabber view setup * feat: add grabberOptions prop for customizing grabber appearance - Add GrabberOptions type with width, height, topMargin, and color options - iOS: Use system grabber by default, custom grabber when options provided - Android: Pass options to TrueSheetGrabberView - Update docs with new prop and type reference * fix(ios): fix grabberOptions color handling - Use Int32 for color in codegen spec (like background prop) - Process color with processColor in TrueSheet.tsx - Apply color to vibrancy view backgroundColor * refactor(ios): consolidate blur options into blurOptions prop - Add BlurOptions type with intensity and interaction properties - Use -1 as sentinel value for intensity to support value of 0 - Keep blurTint as separate prop - Update docs * refactor: use WithDefault in codegen for blurOptions * feat: add cornerRadius option to grabberOptions |
||
|---|---|---|
| .. | ||
| TrueSheetExample | ||
| TrueSheetExample.xcodeproj | ||
| TrueSheetExample.xcworkspace | ||
| .xcode.env | ||
| Podfile | ||
| Podfile.lock | ||