You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export the native Fabric UI manager for React (#58398)
Summary:
Pull Request resolved: #58398
Expose the native Fabric UI manager through `react-native/react-private-interface` so the React renderer can consume it without reading the global directly.
Changelog: [Internal]
Reviewed By: cortinico
Differential Revision: D119165837
fbshipit-source-id: a41860ef4962c9a71b8052db29f7ff86529db18e
import type {Spec as FabricUIManager} from '../Libraries/ReactNative/FabricUIManager';
17
18
import typeof {createPublicTextInstance as createPublicTextInstanceT} from '../Libraries/ReactNative/ReactFabricPublicInstance/ReactFabricPublicInstance';
18
19
19
20
export type {PublicRootInstance} from '../Libraries/ReactNative/ReactFabricPublicInstance/ReactFabricPublicInstance';
@@ -27,6 +28,7 @@ export * as ReactNativeFeatureFlags from './private/featureflags/ReactNativeFeat
27
28
export * as ReactNativeViewConfigRegistry from '../Libraries/Renderer/shims/ReactNativeViewConfigRegistry';
28
29
export {default as TextInputState} from '../Libraries/Components/TextInput/TextInputState';
29
30
export {default as UIManager} from '../Libraries/ReactNative/UIManager';
0 commit comments