https://github.com/ruslanzharkov/react-native-bottom-sheet
React Native Bottom Sheet with swipe down gesture
https://github.com/ruslanzharkov/react-native-bottom-sheet
animated-api bottomsheet panresponder react-native swipe-gestures
Last synced: 4 months ago
JSON representation
React Native Bottom Sheet with swipe down gesture
- Host: GitHub
- URL: https://github.com/ruslanzharkov/react-native-bottom-sheet
- Owner: ruslanzharkov
- Created: 2020-12-11T09:00:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T20:36:28.000Z (over 4 years ago)
- Last Synced: 2025-05-28T14:44:32.914Z (4 months ago)
- Topics: animated-api, bottomsheet, panresponder, react-native, swipe-gestures
- Language: TypeScript
- Homepage:
- Size: 44.4 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Bottom Sheet
App with example of Animated API usage.## Demo
## Installation
``Make sure you have node > 9``
1. `git clone https://github.com/ruslanzharkov/react-native-bottom-sheet.git`
2. `cd react-native-bottom-sheet`
3. `npx pod-install ios` if you want to run ios from MacOS
4. `npm i`
5. `npx react-native run-ios` or `npx react-native run-android`
6. `enjoy!`