UNPKG

react-native-screens

Version:
8 lines 399 B
/// <reference types="react" /> import { NativeStackNavigatorProps } from '../native-stack/types'; export declare function isFabric(): boolean; export declare function getShadowNodeWrapperAndTagFromRef(ref: React.Ref<NativeStackNavigatorProps> | React.Component): { shadowNodeWrapper: Record<string, unknown> | undefined; tag: number | undefined; }; //# sourceMappingURL=fabricUtils.d.ts.map