* feat(android): adaptive grabber color based on light/dark mode * feat: add adaptive option to grabber for light/dark mode support |
||
|---|---|---|
| .. | ||
| bare | ||
| expo | ||
| shared | ||
| README.md | ||
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