A performant interactive bottom sheet with fully configurable options π
- Modal presentation view, Bottom Sheet Modal.
- Smooth interactions & snapping animations.
- Seamless keyboard handling.
- 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 3 separate branches:
-
v2
| branch | changelog : written withReanimated v1
& compatible withReanimated v2
. -
v3 (deprecated)
| branch | changelog : written withReanimated v2
, soon to be deprecated in-favour ofv4
.
I highly recommend all
v3
users to upgrade tov4
which provides more stability and all latest features.