-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup the useDebouncedEffect experiment
Summary: This diff cleans up the `use_debounced_effects_for_animated` experiment. It is not shipped because it breaks semantics of Animated. It also removes the implementation of now unused `useDebouncedEffect` hook. bypass-github-export-checks Facebook Details here https://fb.workplace.com/groups/3611662615830335/permalink/3666119690384627/ Changelog: [Internal] Reviewed By: bvanderhoof Differential Revision: D62188361 fbshipit-source-id: ce215cf7dd57e41e02c33760e91808d774bbd919
- Loading branch information
1 parent
8ebddf3
commit 5e77784
Showing
5 changed files
with
2 additions
and
190 deletions.
There are no files selected for viewing
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
148 changes: 0 additions & 148 deletions
148
packages/react-native/src/private/hooks/DebouncedEffectImplementation.js
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
packages/react-native/src/private/hooks/useDebouncedEffect.js
This file was deleted.
Oops, something went wrong.