We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22e90e commit 4dfc9caCopy full SHA for 4dfc9ca
docs/perf/usage/index.md
@@ -96,7 +96,7 @@ import perf from '@react-native-firebase/perf';
96
async function screenTrace() {
97
// Define & start a screen trace
98
try {
99
- const trace = await perf().startScrenTrace('FooScreen');
+ const trace = await perf().startScreenTrace('FooScreen');
100
// Stop the trace
101
await trace.stop();
102
} catch (e) {
0 commit comments