We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae67b14 commit 58fa132Copy full SHA for 58fa132
vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/nativemodule/dom/NativeDOM.h
@@ -17,8 +17,6 @@
17
#include <FBReactNativeSpec/FBReactNativeSpecJSI.h>
18
#endif
19
20
-#include <react/renderer/core/ShadowNodeFamily.h>
21
-
22
namespace facebook::react {
23
24
class NativeDOM : public NativeDOMCxxSpec<NativeDOM> {
@@ -97,13 +95,6 @@ class NativeDOM : public NativeDOMCxxSpec<NativeDOM> {
97
95
/* left: */ double>
98
96
getOffset(jsi::Runtime& rt, jsi::Value nativeElementReference);
99
100
-#pragma mark - Special methods to handle the root node.
101
102
- jsi::Value linkRootNode(
103
- jsi::Runtime& rt,
104
- SurfaceId surfaceId,
105
- jsi::Value instanceHandle);
106
107
#pragma mark - Legacy layout APIs (for ReactNativeElement).
108
109
void measure(
0 commit comments