-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Create a separate component out of the new Swipeable row #2936
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
Merged
latekvo
merged 56 commits into
main
from
@latekvo/add_reanimated_swipeable_row_componenet
Jun 20, 2024
Merged
Changes from 16 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
c982c0a
rename new swipeable component
latekvo 74e2519
move and configure new swipeable
latekvo f27a4d5
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo 56d35cb
fix linter issues
latekvo 80a4acb
fix linter issues example
latekvo 3e8dea7
add ReanimatedSwipeable to all relevant configuration files
latekvo ba1e9c6
add missing deps to animated styles
latekvo acd6e04
reset and recommit only essential changes
latekvo ea3eb3c
Merge branch '@latekvo/add_reanimated_swipeable_row_componenet' of ht…
latekvo b0a3ee2
remove reanimated instances in example config files
latekvo 5cd05b9
break down animateRow
latekvo 61c9d6e
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo f3931cf
break swipeableMethods dependancy loop
latekvo 436e19c
fix example paths
latekvo 3956f6d
remove unnecessary hook
latekvo 443b5b2
remove unncessary ref
latekvo de9d392
fix spelling and imports
latekvo 54041e8
deworkletize event dispatchers
latekvo 07dbf17
fix invalid event dispatching logic
latekvo 8db96e1
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo 9c8450d
remove unnecessary typing
latekvo 19916a7
add missing prop dep
latekvo 6db0442
Merge branch '@latekvo/add_reanimated_swipeable_row_componenet' of ht…
latekvo 85cca23
fix eslint warning in example
latekvo 3966857
remove invalid file reference in tsconfig
latekvo 2988d18
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo 57b9c0f
disable 2 eslint warnings in ReanimatedSwipeable after confirming the…
latekvo 1553a69
remove index import in favour of direct imports
latekvo afcd3fd
fix invalid prop access bug on mobile devices
latekvo b52b90f
align styling with the original
latekvo 49111f1
fix config to transpile with correct path
latekvo 88d906f
remove unnecessary config
latekvo 04d521c
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo d9375d8
align touch detection box with the original
latekvo ea8f3cb
match spring characteristics with the original
latekvo c56f284
make returned progression continous, as per the original
latekvo 98a6e25
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo 3a75ce0
linter issue
latekvo b9b1b8a
add example comparing old and the new system
latekvo 001b9e7
change naming scheme in transition example
latekvo 6b894ff
fix random width bug
latekvo 9f56020
make example items identical
latekvo a65d3b4
add swipe-back mechanic
latekvo c8d4e24
replace setting all remainingProps with an Extract type cast
latekvo 50c3050
rename imports in example
latekvo 3a11c51
remove unnecessary styling
latekvo d5c5281
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo 37555fe
fix linting errors
latekvo f89c9c8
remove unnecessary prop extraction, add trackpad gesture support
latekvo 7f70964
remove unnecessary useNativeAnimations prop
latekvo 7868300
Merge branch 'main' into @latekvo/add_reanimated_swipeable_row_compon…
latekvo 8e9b28d
rename imports in transition example
latekvo 373e5a6
Merge branch '@latekvo/add_reanimated_swipeable_row_componenet' of ht…
latekvo 5e56c6d
enable touchAction for tap gesture
latekvo 4b66ca4
remove linter comments
latekvo c8e9fd9
remove unnecessary rect buttons
latekvo 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "main": "../lib/commonjs/components/ReanimatedSwipeable", | ||
| "module": "../lib/module/components/ReanimatedSwipeable", | ||
| "react-native": "../src/components/ReanimatedSwipeable", | ||
| "types": "../lib/typescript/components/ReanimatedSwipeable.d.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
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
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.