MCPcopy Create free account
hub / github.com/BetaSu/big-react / commitTextUpdate

Function commitTextUpdate

packages/react-noop-renderer/src/hostConfig.ts:85–87  ·  view source on GitHub ↗
(textInstance: TextInstance, content: string)

Source from the content-addressed store, hash-verified

83}
84
85export function commitTextUpdate(textInstance: TextInstance, content: string) {
86 textInstance.text = content;
87}
88
89export function removeChild(
90 child: Instance | TextInstance,

Callers 1

commitUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected