-
Notifications
You must be signed in to change notification settings - Fork 734
Update version of react-native-reanimated to 2.4.0 #1821
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
M-i-k-e-l
merged 16 commits into
master
from
infra/updateReanimatedAndGestureHandler_2.4
Feb 6, 2022
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cb7da5e
Update versions of react-native-reanimated and react-native-gesture-h…
ethanshar 05124b7
Merge branch 'master' into infra/updateReanimatedAndGestureHandler
ethanshar a02db6b
Update reanimated to 2.3.1
ethanshar 01d66e7
Fix exposed issue with interpolateColors can't handle undefined values
ethanshar 404c0df
Merge branch 'master' into infra/updateReanimatedAndGestureHandler
ethanshar 13bc6d4
Bumped reanimated to 2.4.0
yedidyak dd4a603
Merge branch 'master' into infra/updateReanimatedAndGestureHandler_2.4
M-i-k-e-l c4f7569
Fix TabController on Android
M-i-k-e-l ff42e8c
Fix tests (workarounds)
M-i-k-e-l 6d6c20b
Remove expect errors
M-i-k-e-l 0a90c2c
Change function name
M-i-k-e-l 60020e9
Remove setup which seems to be no longer needed
M-i-k-e-l cd33cca
Revert to old function (for users who use older versions of reanimated)
M-i-k-e-l a72d49f
Change to noop
M-i-k-e-l f194571
Allow overriding onMomentumScrollEnd
M-i-k-e-l b96b37e
Fix types
M-i-k-e-l 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll override the
onMomentumScrollEnd
prop that the user might send, no?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is VERY strange, if the user sends
onMomentumScrollEnd
the workaround stops working (even though this is overriding it).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by adding
useCallback