A performant interactive bottom sheet with fully configurable options 🚀
- 🌟 Modal presentation view, Bottom Sheet Modal.
- Smooth interactions & snapping animations.
- Support
FlatList
,SectionList
,ScrollView
&View
scrolling interactions. - Support
React Navigation
Integration. - Compatible with
Reanimated
v1 & v2. - Compatible with
Expo
. - Accessibility support.
- Written in
TypeScript
. - Read more.
Check out the documentation website.
This library been written in 2 versions of Reanimated
, and kept both implementation in 2 separate branches:
This version is written with Reanimated v1
& compatible with Reanimated v2
, this version is located at master
branch and its changelog here.
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.