mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-17 03:59:16 +08:00
36c29935ba49a4e4e479aab33a14eb2f7aafed87
* chore: updated scrollEventThrottle on scrollables * chore: updated internal scrollable event * chore: added animation config creator hooks * chore: updated bottom sheet props and animation configs * chore: updated interactive pan gesture hook * chore: updated handle styling * chore: updated ReText component * chore: updated examples * fix: fixed stuck sheet when interacting fast * chore: updated navigator example * fix: animationConfigs prop type
React Native Bottom Sheet
A performant interactive bottom sheet with fully configurable options 🚀
Features
- 🌟 Modal presentation view, Bottom Sheet Modal.
- Smooth interactions & snapping animations.
- Support
FlatList,SectionList,ScrollView&Viewscrolling interactions. - Support
React NavigationIntegration. - Compatible with
Reanimatedv1 & v2. - Compatible with
Expo. - Accessibility support.
- Written in
TypeScript. - Read more.
Getting Started
Check out the documentation website.
Versioning
This library been written in 2 versions of Reanimated, and kept both implementation in 2 separate branches:
Version 2
This version is written with Reanimated v1 & compatible with Reanimated v2, this version is located at master branch and its changelog here.
Version 3
This version is written with Reanimated v2 and CAN NOT RUN with Reanimated v1, this version is located at v3 branch and its changelog here.
All new features will be added to Reanimated v2 version, however I will keep maintaining Reanimated v1 version until further notice.
Author
License
Languages
TypeScript
82.5%
MDX
6.3%
Java
3.1%
JavaScript
2.8%
CSS
2.1%
Other
3.1%

