react-native-screens
Version:
Native navigation primitives for your React Native app.
7 lines • 365 B
TypeScript
import { type ImageResolvedAssetSource } from 'react-native';
import type { PlatformIconAndroid } from '../../types';
export declare function parseAndroidIconToNativeProps(icon: PlatformIconAndroid | undefined): {
imageIconResource?: ImageResolvedAssetSource | undefined;
drawableIconResourceName?: string | undefined;
};
//# sourceMappingURL=index.d.ts.map