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
- Host: GitHub
- URL: https://github.com/barelyhuman/react-native-swipeable-scrollview
- Owner: barelyhuman
- License: mit
- Archived: true
- Created: 2021-07-01T03:04:58.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-01T04:38:03.000Z (over 4 years ago)
- Last Synced: 2024-12-23T00:16:07.301Z (12 months ago)
- Language: TypeScript
- Size: 19.4 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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

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