Home / Function/ measureInWindow() — react Function Reference

measureInWindow() — react Function Reference

Architecture documentation for the measureInWindow() function in ReactNativeFiberHostComponent.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  d1b3a229_331f_e55a_657f_3c6151c38db4["measureInWindow()"]
  79807c7b_c355_e77c_6f21_0099c356bcec["ReactNativeFiberHostComponent"]
  d1b3a229_331f_e55a_657f_3c6151c38db4 -->|defined in| 79807c7b_c355_e77c_6f21_0099c356bcec
  dc587c00_336f_7aab_76ee_641b333ed07b["mountSafeCallback_NOT_REALLY_SAFE()"]
  d1b3a229_331f_e55a_657f_3c6151c38db4 -->|calls| dc587c00_336f_7aab_76ee_641b333ed07b
  style d1b3a229_331f_e55a_657f_3c6151c38db4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-native-renderer/src/ReactNativeFiberHostComponent.js lines 65–70

  measureInWindow(callback: MeasureInWindowOnSuccessCallback) {
    UIManager.measureInWindow(
      this._nativeTag,
      mountSafeCallback_NOT_REALLY_SAFE(this, callback),
    );
  }

Domain

Subdomains

Frequently Asked Questions

What does measureInWindow() do?
measureInWindow() is a function in the react codebase, defined in packages/react-native-renderer/src/ReactNativeFiberHostComponent.js.
Where is measureInWindow() defined?
measureInWindow() is defined in packages/react-native-renderer/src/ReactNativeFiberHostComponent.js at line 65.
What does measureInWindow() call?
measureInWindow() calls 1 function(s): mountSafeCallback_NOT_REALLY_SAFE.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free