react-native-true-sheet/example
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
..
bare fix(ios): use native backgroundEffect for blur on iOS 26.1+ (#350) 2025-12-25 17:59:55 +08:00
expo fix(expo): add demo api key to map view 2025-12-16 17:35:30 +08:00
shared fix(ios): use native backgroundEffect for blur on iOS 26.1+ (#350) 2025-12-25 17:59:55 +08:00
README.md docs: update docs 2025-12-14 09:33:48 +08:00

TrueSheet Examples

This directory contains example apps demonstrating @lodev09/react-native-true-sheet.

Structure

example/
├── bare/    # Bare React Native app (react-native-community/cli)
├── expo/    # Expo Router app
└── shared/  # Shared components and utilities

Setup

From the repository root:

yarn install

Running Examples

Bare React Native

cd example/bare

# iOS
yarn ios

# Android
yarn android

Expo

cd example/expo

# iOS
yarn ios

# Android
yarn android