This directory contains example apps demonstrating @lodev09/react-native-true-sheet.
example/
├── bare/ # Bare React Native app (react-native-community/cli)
├── expo/ # Expo Router app
└── shared/ # Shared components and utilities
From the repository root:
yarn installcd example/bare
# iOS
yarn ios
# Android
yarn androidcd example/expo
# iOS
yarn ios
# Android
yarn android