React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/perf
types/perf
ScreenTrace
Interface ScreenTrace
Screen trace for slow/frozen frames (React Native).
interface
ScreenTrace
{
start
()
:
Promise
<
null
>
;
stop
()
:
Promise
<
null
>
;
}
Index
Methods
start
stop
Methods
start
start
()
:
Promise
<
null
>
Returns
Promise
<
null
>
stop
stop
()
:
Promise
<
null
>
Returns
Promise
<
null
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
start
stop
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Screen trace for slow/frozen frames (React Native).