react-native-screens
Version:
Native navigation primitives for your React Native app.
7 lines • 399 B
TypeScript
export declare const shouldUseActivityState = true;
export declare const isNativePlatformSupported: boolean;
export declare function enableScreens(shouldEnableScreens?: boolean): void;
export declare function enableFreeze(shouldEnableReactFreeze?: boolean): void;
export declare function screensEnabled(): boolean;
export declare function freezeEnabled(): boolean;
//# sourceMappingURL=core.d.ts.map