You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stallTrackingIntegration detects main thread stalls with a JS-side polling timer. RN >=0.82 exposes PerformanceObserver with a native longtask entry type - evaluate replacing the polling approach with it.
stallTrackingIntegrationdetects main thread stalls with a JS-side polling timer. RN >=0.82 exposesPerformanceObserverwith a nativelongtaskentry type - evaluate replacing the polling approach with it.