Commit b554232
Remove unnecessary
Summary:
This interface is no longer necessary.
It was used in legacy arch to communicate between `UIManagerModule` and `NativeModuleRegistry`
This interface was public so I'm marking this as breaking, but I was not able to find any usage in OSS for this interface.
Changelog:
[Android] [Removed] - Remove unnecessary `OnBatchCompleteListener` used in Legacy Architecture
Differential Revision: D87866148OnBatchCompleteListener (#54685)1 parent b34e9c5 commit b554232
File tree
5 files changed
+2
-90
lines changed- packages/react-native/ReactAndroid
- api
- src/main/java/com/facebook/react
- bridge
- uimanager
5 files changed
+2
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
962 | | - | |
963 | 962 | | |
964 | 963 | | |
965 | 964 | | |
| |||
4341 | 4340 | | |
4342 | 4341 | | |
4343 | 4342 | | |
4344 | | - | |
| 4343 | + | |
4345 | 4344 | | |
4346 | 4345 | | |
4347 | 4346 | | |
| |||
4376 | 4375 | | |
4377 | 4376 | | |
4378 | 4377 | | |
4379 | | - | |
4380 | 4378 | | |
4381 | 4379 | | |
4382 | 4380 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 175 | | |
186 | 176 | | |
187 | 177 | | |
| |||
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/NativeModuleRegistry.kt
Lines changed: 0 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 97 | | |
115 | 98 | | |
116 | 99 | | |
| |||
Lines changed: 0 additions & 21 deletions
This file was deleted.
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java
Lines changed: 1 addition & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
661 | 660 | | |
662 | 661 | | |
663 | 662 | | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | 663 | | |
702 | 664 | | |
703 | 665 | | |
| |||
0 commit comments