Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osdnk/react-native-scroll-view-imitate
wish to imitate scrollview behavior for implementing bottomsheet component as a next step
https://github.com/osdnk/react-native-scroll-view-imitate
Last synced: about 1 month ago
JSON representation
wish to imitate scrollview behavior for implementing bottomsheet component as a next step
- Host: GitHub
- URL: https://github.com/osdnk/react-native-scroll-view-imitate
- Owner: osdnk
- Created: 2019-03-13T19:09:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:07:49.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:15:01.386Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
## Bottom Sheet Behavior
Built from scratch with react-native-gesture-handler and react-native-reanimated component imitating native bottom sheet behavior.
//Screens
## Installation
Make sure that you have previously installed and linked react-native-gesture-handler and react-native-reanimated and then:
```
yarn add reanimated-bottom-sheet
```
or:
```
npm install reanimated-bottom-sheet
```## Props
## Usage