Commit 958f8e2
Remove deprecated measureLayoutRelativeToParent of UIManagerModule (#44452)
Summary:
Pull Request resolved: #44452
`measureLayoutRelativeToParent` was deprecated 5 years ago in D16471845 and doesn't have [JS usages](https://fburl.com/code/tgwon7nb)
For the JS exposed UIManager API for measureLayoutRelativeToParent is through [UIImplementation.measureLayoutRelativeToParent()](https://www.internalfb.com/code/fbsource/xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIImplementation.java?lines=804-815)
Hence deleting this for 0.75 Release. This will simplify the backwards compatibility of UIManagerModule
Changelog:
[Android][Removed] Delete UIManagerModule.measureLayoutRelativeToParent()
Reviewed By: javache
Differential Revision: D57069921
fbshipit-source-id: 9f871424a39caf3cbeaa5570c7e101a714c11aa61 parent 4290ef5 commit 958f8e2
3 files changed
Lines changed: 0 additions & 35 deletions
File tree
- packages/react-native
- ReactAndroid
- api
- src/main/java/com/facebook/react/uimanager
- React/Modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
1400 | | - | |
1401 | | - | |
1402 | | - | |
1403 | | - | |
1404 | | - | |
1405 | 1387 | | |
1406 | 1388 | | |
1407 | 1389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5069 | 5069 | | |
5070 | 5070 | | |
5071 | 5071 | | |
5072 | | - | |
5073 | 5072 | | |
5074 | 5073 | | |
5075 | 5074 | | |
| |||
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | 528 | | |
545 | 529 | | |
546 | 530 | | |
| |||
0 commit comments