diff --git a/releases/next/docs/performance.html b/releases/next/docs/performance.html index 174c5f63bb2..e694a9aa618 100644 --- a/releases/next/docs/performance.html +++ b/releases/next/docs/performance.html @@ -190,7 +190,7 @@ inside of your onPress handler in requestAnimationFrame}); }

Profiling #

Use the built-in Profiler to get detailed information about work done in the JavaScript thread and main thread side-by-side.

For iOS, Instruments are an invaluable tool, and on Android you should -learn to use systrace.

← PrevNext →

You can edit the content above on GitHub and send us a pull request!