UNPKG

react-native-screens

Version:
7 lines 416 B
export declare const isSearchBarAvailableForCurrentPlatform: boolean; export declare const isHeaderBarButtonsAvailableForCurrentPlatform: boolean; export declare function executeNativeBackPress(): boolean; type OptionalBoolean = 'undefined' | 'false' | 'true'; export declare function parseBooleanToOptionalBooleanNativeProp(prop: boolean | undefined): OptionalBoolean; export {}; //# sourceMappingURL=utils.d.ts.map