Home / Function/ updateFiberProps() — react Function Reference

updateFiberProps() — react Function Reference

Architecture documentation for the updateFiberProps() function in ReactNativeComponentTree.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  a3af4076_63d3_1b05_7bec_4cd508947abf["updateFiberProps()"]
  6558eedc_539e_2a0a_77c0_574f399b3f4a["ReactNativeComponentTree.js"]
  a3af4076_63d3_1b05_7bec_4cd508947abf -->|defined in| 6558eedc_539e_2a0a_77c0_574f399b3f4a
  da6635e3_7c29_f39e_c03b_83e7f3ddca5e["createInstance()"]
  da6635e3_7c29_f39e_c03b_83e7f3ddca5e -->|calls| a3af4076_63d3_1b05_7bec_4cd508947abf
  b0db61bf_6899_7278_59eb_cf5999d37adb["commitUpdate()"]
  b0db61bf_6899_7278_59eb_cf5999d37adb -->|calls| a3af4076_63d3_1b05_7bec_4cd508947abf
  style a3af4076_63d3_1b05_7bec_4cd508947abf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-native-renderer/src/ReactNativeComponentTree.js lines 50–52

export function updateFiberProps(tag, props) {
  instanceProps.set(tag, props);
}

Domain

Subdomains

Frequently Asked Questions

What does updateFiberProps() do?
updateFiberProps() is a function in the react codebase, defined in packages/react-native-renderer/src/ReactNativeComponentTree.js.
Where is updateFiberProps() defined?
updateFiberProps() is defined in packages/react-native-renderer/src/ReactNativeComponentTree.js at line 50.
What calls updateFiberProps()?
updateFiberProps() is called by 2 function(s): commitUpdate, createInstance.

Analyze Your Own Codebase

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

Try Supermodel Free