mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Replace more Haste imports with path-based imports (#25001)
Summary: This is another step in moving RN towards standard path-based requires, updating more code to use path-based requires. See the umbrella issue at https://github.com/facebook/react-native/issues/24316 for more detail. ## Changelog [General] [Changed] - Replace more Haste imports with path-based imports Pull Request resolved: https://github.com/facebook/react-native/pull/25001 Differential Revision: D15467829 Pulled By: cpojer fbshipit-source-id: 58c364bb4c1c757689907d5ed0d0f3fac0e22f3f
This commit is contained in:
committed by
Facebook Github Bot
parent
3616941ef8
commit
a7a7970e54
@@ -10,8 +10,8 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
import type {TurboModule} from 'RCTExport';
|
||||
import * as TurboModuleRegistry from 'TurboModuleRegistry';
|
||||
import type {TurboModule} from '../../TurboModule/RCTExport';
|
||||
import * as TurboModuleRegistry from '../../TurboModule/TurboModuleRegistry';
|
||||
|
||||
export interface Spec extends TurboModule {
|
||||
+startRecordingFps: () => void;
|
||||
|
||||
Reference in New Issue
Block a user