react-native-true-sheet/ios/core
Jovanni Lo b09440d548
fix(ios): use native backgroundEffect for blur on iOS 26.1+ (#350)
* fix(ios): use native backgroundEffect for blur on iOS 26.1+

- Extract blur style mapping into BlurUtil
- Refactor setupBackground and setupGrabber into helper methods
- Add sheet getter for cleaner code
- Use native UIBlurEffect on backgroundEffect when only blurTint is set (iOS 26.1+)

* refactor: rename blurTint to backgroundBlur
2025-12-25 17:59:55 +08:00
..
TrueSheetBlurView.h fix(ios): use native backgroundEffect for blur on iOS 26.1+ (#350) 2025-12-25 17:59:55 +08:00
TrueSheetBlurView.mm fix(ios): use native backgroundEffect for blur on iOS 26.1+ (#350) 2025-12-25 17:59:55 +08:00
TrueSheetDetentCalculator.h refactor(ios): update TrueSheetDetentCalculator to use delegate pattern 2025-12-21 16:49:27 +08:00
TrueSheetDetentCalculator.mm refactor(ios): update TrueSheetDetentCalculator to use delegate pattern 2025-12-21 16:49:27 +08:00
TrueSheetGrabberView.h feat: add adaptive grabber color for light/dark mode (#325) 2025-12-15 05:20:07 +08:00
TrueSheetGrabberView.mm chore: run tidy 2025-12-15 05:30:00 +08:00