Skip to content

Commit dd81064

Browse files
antonisclaude
andcommitted
docs(tracing): Add performance note to enableTimeToInitialDisplay JSDoc
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 38ca831 commit dd81064

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/core/src/js/tracing/reactnavigation.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ interface ReactNavigationIntegrationOptions {
117117
* Time to initial display measures the time it takes from
118118
* navigation dispatch to the render of the first frame of the new screen.
119119
*
120+
* Note: Enabling this adds native bridge calls on every navigation
121+
* which may cause noticeable overhead on low-end devices.
122+
*
120123
* @default false
121124
*/
122125
enableTimeToInitialDisplay: boolean;

0 commit comments

Comments
 (0)