* 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 |
||
|---|---|---|
| .. | ||
| blog | ||
| docs | ||
| src | ||
| static | ||
| .gitattributes | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
| tsconfig.json | ||
Website
This website is built using Docusaurus, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.