UNPKG

@freakycoder/react-native-helpers

Version:

All helpers in one; iPhone series support, dimensions helper, hasNotch helper, normalize text helper and text helpers for React Native with very easy use

4 lines (3 loc) 237 B
export declare const openAppInPlayStore: (appPackageName: string) => void; export declare const openAppInAppStore: (appStoreId: string) => void; export declare const openExternalApp: (appPackageName: string, appStoreId: string) => void;