-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Implement gesture relations #3664
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
68e48c6
Handle shared values on JS
m-bert bc7c28b
Update config on android
m-bert e3f51d2
Update config on iOS
m-bert 2df4900
Rename
m-bert 3929618
Change method in ForceTouch
m-bert ea1f170
Update mocks
m-bert 7cf3962
Rename ID variable
m-bert dedb725
Remove unnecessary worklet directive
m-bert 03fb873
Merge branch 'next' into @mbert/shared-values
m-bert f337486
Disable coalescing on Android
m-bert 43c84e5
Basic simultaneous
m-bert c0433bf
Add Exclusvie composition
m-bert 4a81c1c
useRace
m-bert 18de5ca
Add gesture names
m-bert 26f38b3
Merge branch 'next' into @mbert/shared-values
m-bert d906df9
Merge branch '@mbert/shared-values' into @mbert/gesture-relations
m-bert 50ffbcd
Inline updateGestureHandler
m-bert 8d1ad9b
Move extracting SharedValues into separate effect
m-bert 9a98e19
Store shared values in array
m-bert fd6eb79
Rename functions
m-bert 2af12c1
Do not store shared values
m-bert d8a2824
Merge branch 'next' into @mbert/shared-values
m-bert 4c29715
Merge branch 'next' into @mbert/shared-values
m-bert ee6c581
Merge branch '@mbert/shared-values' into @mbert/gesture-relations
m-bert b973da8
Implement DFS for gesture relations
m-bert 39d976d
Implement module method for updating relations
m-bert f622d69
Add blocksHandlers array
m-bert b83c17f
Handle Simultaneous as root
m-bert 18b1269
Change name to enum
m-bert b7ca9bb
Move DFS to other file
m-bert fe7386a
Do not traverse single gestures
m-bert 988fba3
Handle external relations
m-bert 390faa1
Reanimated composedHandler
m-bert fd20c1b
Merge branch 'next' into @mbert/shared-values
m-bert e4f6aa4
Merge branch '@mbert/shared-values' into @mbert/gesture-relations
m-bert 43c2d86
Merge branch 'next' into @mbert/shared-values
m-bert 1e9270c
Merge branch '@mbert/shared-values' into @mbert/gesture-relations
m-bert 1829491
Do not freeze config
m-bert 73bd21b
Use operation block
m-bert ee63683
Copy config
m-bert ed5e9d8
Move flushOperations into JS
m-bert 9c89722
Merge branch 'next' into @mbert/shared-values
m-bert de5b0f1
Merge branch '@mbert/shared-values' into @mbert/gesture-relations
m-bert 36d0c25
Add exports for type
m-bert 5e31c72
Merge branch 'next' into @mbert/gesture-relations
m-bert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
10 changes: 2 additions & 8 deletions
10
packages/react-native-gesture-handler/src/v3/hooks/relations/useExclusive.ts
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
packages/react-native-gesture-handler/src/v3/hooks/relations/useRace.ts
This file contains hidden or 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
16 changes: 4 additions & 12 deletions
16
packages/react-native-gesture-handler/src/v3/hooks/relations/useSimultaneous.ts
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.