-
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.
Make UIManager.measure* compatible with Fabric
Summary: changelog: [internal] To make migration to the new architecture more straight forward, this change makes `UIManager.measure`, `UIManager.measureInWindow`, `UIManager.measureLayout` and `UIManager.measureLayoutRelativeToParent` functions backwards compatible. Users will not have to make any change to continue using the APIs. This will make [Migrating .measure*() ](https://reactnative.dev/docs/new-architecture-library-intro#migrating-measure) in the migration guide optional. Reviewed By: yungsters Differential Revision: D41613050 fbshipit-source-id: 3c65ced231590243d118fbc120a87b08d5261da0
- Loading branch information
1 parent
326109b
commit 455ca8c
Showing
2 changed files
with
144 additions
and
1 deletion.
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