react-native-true-sheet/example/expo
2025-12-28 08:20:08 +08:00
..
app feat(web): add stackBehavior prop for sheet stacking control (#307) 2025-12-12 07:10:15 +08:00
assets refactor: reorganize examples with shared package (#306) 2025-12-12 03:08:20 +08:00
.gitignore refactor: reorganize examples with shared package (#306) 2025-12-12 03:08:20 +08:00
app.json fix(expo): add demo api key to map view 2025-12-16 17:35:30 +08:00
metro.config.js refactor: reorganize examples with shared package (#306) 2025-12-12 03:08:20 +08:00
package.json chore: update example deps 2025-12-28 08:20:08 +08:00
README.md docs: update docs 2025-12-14 09:33:48 +08:00
tsconfig.json chore: extend root tsconfig in expo example and fix eslint ignore 2025-12-12 03:35:22 +08:00

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