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

https://github.com/vladimir-vovk/react-native-bottom-sheet

An example of a bottom sheet created with React Native Reanimated 2 🗒
https://github.com/vladimir-vovk/react-native-bottom-sheet

bottomsheet react-native reanimated2

Last synced: 3 months ago
JSON representation

An example of a bottom sheet created with React Native Reanimated 2 🗒

Awesome Lists containing this project

README

          

# React Native Bottom Sheet 🗒

An example of bottom sheet created with React Native Reanimated 2.

## Installation

1. Clone the repo.
2. Change directory to the app: `cd react-native-bottom-sheet`.
3. Install all dependencies: `yarn install`.
4. Run the Metro: `yarn start`.
5. Build the app and run in simulator: `yarn ios`.