-
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.
Add StrictAnimatedProps to fix missing Animated types (#46659)
Summary: Pull Request resolved: #46659 The current `AnimatedProps` maps all types to `any` which prevents us from catching many types of issues. Introduce an alternative variant which we can adopt incrementally which enforces the underlying types. Changelog: [General][Fixed] Improved types for AnimatedProps Reviewed By: SamChou19815 Differential Revision: D63315760 fbshipit-source-id: 718fc2754cc99891e490a48d7792f626205c37e4
- Loading branch information
1 parent
39c98fb
commit 390925e
Showing
2 changed files
with
55 additions
and
33 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