Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rewrite gesture apis with gesture handler 2 #1126

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

gorhom
Copy link
Owner

@gorhom gorhom commented Oct 3, 2022

resolves #912

Motivation

This PR introduces a full re-write for gesture apis with Gesture Handler v2.

Known issues

Bottom sheet content should be only a scrollable or static content but not both, this is a regression from v4, but it won't be addressed with this PR.

Testing

yarn add ssh://git@github.com:gorhom/react-native-bottom-sheet#feature/rewrite-gesture-handler-2

@gorhom gorhom added the v5 label Oct 3, 2022
@gorhom gorhom linked an issue Oct 3, 2022 that may be closed by this pull request
@gorhom gorhom merged commit 6a4d296 into v5 Oct 3, 2022
@gorhom gorhom deleted the feature/rewrite-gesture-handler-2 branch October 3, 2022 18:56
gorhom added a commit that referenced this pull request Oct 15, 2022
* chore: updated dependencies

* feat: rewrite the gesture api with gh2
gorhom added a commit that referenced this pull request Feb 19, 2023
* chore: updated dependencies

* refactor: updated ReText view for web

* chore: added cursor for handle container

* chore: updated expo version for example project

* feat: added scrollable component for web

* feat: added gesture and scroll handler for web

* chore: added getRefNativeTag for web

* feat: rewrite gesture apis with gesture handler 2 (#1126)

* chore: updated dependencies

* feat: rewrite the gesture api with gh2

* fix(#1119): fixed race condition between onmount and keyboard animations

* fix: update ref handler for web

* chore: removed unused component

* chore: updated expo

* fix: detached example on web
yayvery added a commit to discord/react-native-bottom-sheet that referenced this pull request Mar 18, 2024
* chore: updated dependencies

* feat: rewrite the gesture api with gh2

gorhom@6a4d296

fix(gorhom#1119): fixed race condition between onmount and keyboard animations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate react-native-gesture handler to version ^2
1 participant