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

https://github.com/barelyhuman/react-native-swipeable-scrollview

Simpler bottom sheet using scrollviews
https://github.com/barelyhuman/react-native-swipeable-scrollview

Last synced: 2 months ago
JSON representation

Simpler bottom sheet using scrollviews

Awesome Lists containing this project

README

          

# react-native-swipeable-scrollview

Simpler bottom sheet using scrollviews

## Why?

This is an extracted piece of code from most of my simple bottom sheet implementations where heavy libraries for a simple scroll set animation isn't required. This library **doesn't use gesture-handler or reanimated** and is based off of the default views from react-native instead. If you do need something extensive, consider using the below alternative(s):

- https://jeremybarbet.github.io/react-native-modalize/#/
- https://github.com/gorhom/react-native-bottom-sheet

## Installation

```sh
npm install react-native-swipeable-scrollview
```

## Usage

```js
import SwipeableScrollview from "react-native-swipeable-scrollview";

// ...

return ()


hello world

```

## Demo

![](static/demo.gif)

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT