UNPKG

react-ios-pwa-prompt

Version:

A React component to prompt the user to add the app as a PWA to the home screen with native iOS styles.

7 lines (6 loc) 209 B
export declare const useDeviceAndVersion: () => { platform: String | null | undefined; version: String | null | undefined; isStandalone: boolean | undefined; isValidOS: boolean | undefined; };