Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pvinis/expo-bottom-sheet-playground


https://github.com/pvinis/expo-bottom-sheet-playground

Last synced: about 2 months ago
JSON representation

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`