react-native-screens
Version:
Native navigation primitives for your React Native app.
8 lines • 399 B
TypeScript
/// <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