UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

6 lines 301 B
import type { ScaledSize } from 'react-native/Libraries/Utilities/Dimensions'; /** * Calculate the device's screen dimensions, while taking into account the full usable screen dimensions on Android. */ export declare function getFullscreenSize(): ScaledSize; //# sourceMappingURL=Dimensions.d.ts.map