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 🗒
- Host: GitHub
- URL: https://github.com/vladimir-vovk/react-native-bottom-sheet
- Owner: vladimir-vovk
- Created: 2021-12-12T16:16:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T16:18:32.000Z (over 4 years ago)
- Last Synced: 2025-06-29T18:51:10.933Z (about 1 year ago)
- Topics: bottomsheet, react-native, reanimated2
- Language: Java
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.