react-native-true-sheet/example
Jovanni Lo f3df5e2681
feat: add adaptive grabber color for light/dark mode (#325)
* feat(android): adaptive grabber color based on light/dark mode

* feat: add adaptive option to grabber for light/dark mode support
2025-12-15 05:20:07 +08:00
..
bare feat: add adaptive grabber color for light/dark mode (#325) 2025-12-15 05:20:07 +08:00
expo docs: update docs 2025-12-14 09:33:48 +08:00
shared fix: batch dismiss behavior for stacked sheets (#322) 2025-12-14 09:05:50 +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