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

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

Awesome Lists containing this project

README

          

# React Native Bottom Sheet
App with example of Animated API usage.

## Demo
![](./gifs/demo.gif)

## 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!`