Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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