mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-13 01:18:53 +08:00
* chore: added utilities functionalities * chore: added default handle * chore: rewrite the whole bottom sheet into a functional component * chore: added basic example WIP * chore: extract content pan gesture * chore: updated flatlist implementation * chore: updated scrollview implementation * chore: updated sectionview implementation * chore: improve snapping by clamping velocity * chore: extract scrollable functioanlites and introduce removeScrollableRef * chore: added snapTo and close public methods * chore: updated basic examples * chore: added draggable view * chore: revert clampedVelocity * chore: fixed issue with manual animation * fix: fixed android issue with scrollables * chore: updated dependencies * chore: extract handle pan gesture from content * chore: updated examples * chore: persist scrollable content offset per view * chore: rename scrollable components * chore: revert initial screen * chore: added touchables * chore: updated examples * chore: added animatedPosition & animatedPositionIndex callback nodes * chore: added custom handle & shadow overlay examples * chore: support initial closed state * chore: allow user to modify animation configs * chore: updated navigator example * chore: added loadash.isequal