Skip to content

Commit

Permalink
docs: remove Shopify internal lib to avoid misunderstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
lopesboa authored Jan 4, 2024
1 parent cd7d8f9 commit 4fcd6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/fundamentals/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import {RenderPassReport, PerformanceProfiler} from '@shopify/react-native-perfo
const App = () => {
const onReportPrepared = useCallback((report: RenderPassReport) => {
monorail.produce(convertReportToMonorailObject(report));
console.log(JSON.stringify(report, null, 2))
}, []);
return (
Expand Down

0 comments on commit 4fcd6ce

Please sign in to comment.