Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvinis/expo-bottom-sheet-playground
https://github.com/pvinis/expo-bottom-sheet-playground
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pvinis/expo-bottom-sheet-playground
- Owner: pvinis
- Created: 2024-10-16T12:57:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T10:16:37.000Z (3 months ago)
- Last Synced: 2024-10-19T13:51:11.089Z (3 months ago)
- Language: TypeScript
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Bottom Sheet Playground
## Goal
- Starting the app, we should land on the `Home screen`.
- From the Home screen, tapping on the `Second screen` button, should land us on the `Second screen`, using a **stack** (native or JS or whatever).
- From the Home screen, tapping on the `Open bottom sheet` button, should show the `Bottom initial screen`, in a **bottom-sheet**, and should cover **half** the screen.
- From the `Bottom initial screen`, tapping on the `Other bottom screen` button, should land us on the `Other bottom screen`, in the same **bottom-sheet**.## How to run
- `bun install`
- `bun start`