Commit c2b8dc1
move DefaultTurboModules::get to end of TurboModuleManager (#55852)
Summary:
Pull Request resolved: #55852
## Changelog:
[General] [Changed] - move DefaultTurboModules::get to end of TurboModuleManager
To align with android/ios; so that the logic before it can override default behavior
Reviewed By: christophpurrer
Differential Revision: D949070921 parent 4204962 commit c2b8dc1
File tree
1 file changed
+6
-10
lines changed- packages/react-native/ReactCxxPlatform/react/runtime
1 file changed
+6
-10
lines changedLines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 70 | + | |
78 | 71 | | |
79 | 72 | | |
80 | 73 | | |
| |||
95 | 88 | | |
96 | 89 | | |
97 | 90 | | |
98 | | - | |
99 | | - | |
100 | 91 | | |
101 | 92 | | |
102 | 93 | | |
| |||
109 | 100 | | |
110 | 101 | | |
111 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
0 commit comments