Method
commitUpdate
(
instance: RNText,
updatePayload: any,
oldProps: TextProps,
newProps: TextProps,
finishedWork: Fiber
)
Source from the content-addressed store, hash-verified
| 36 | return true; |
| 37 | } |
| 38 | commitUpdate( |
| 39 | instance: RNText, |
| 40 | updatePayload: any, |
| 41 | oldProps: TextProps, |
| 42 | newProps: TextProps, |
| 43 | finishedWork: Fiber |
| 44 | ): void { |
| 45 | instance.setProps(newProps, oldProps); |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | export const Text = registerComponent<TextProps>(new TextConfig()); |
Callers
nothing calls this directly
Tested by
no test coverage detected