-
-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rewrite bottom sheet from scratch 🎉 (#2)
* 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
- Loading branch information
Showing
65 changed files
with
2,558 additions
and
2,015 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.