| .. | ||
| app | ||
| assets | ||
| .gitignore | ||
| app.json | ||
| metro.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
TrueSheet Expo Example
Example app demonstrating @lodev09/react-native-true-sheet with Expo Router.
Setup
yarn install
Running
# iOS
yarn ios
# Android
yarn android
Prebuild
Generate native projects:
yarn prebuild
# Clean rebuild
yarn prebuild:clean