File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/react-native-performance/src Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { NativeEventEmitter , NativeModules , Platform } from 'react-native' ;
2- import { createPerformance } from './performance' ;
32import {
43 PerformanceReactNativeMark ,
54 PerformanceMetric ,
87 installResourceLogger ,
98 uninstallResourceLogger ,
109} from './resource-logger' ;
11- const { PerformanceObserver, addEntry, performance } = createPerformance ( ) ;
10+ import { PerformanceObserver , addEntry , performance } from './instance' ;
1211
1312declare const global : { __turboModuleProxy : null | { } } ;
1413
Original file line number Diff line number Diff line change 1+ import { createPerformance } from './performance' ;
2+ export const { PerformanceObserver, addEntry, performance } =
3+ createPerformance ( ) ;
You canāt perform that action at this time.
0 commit comments