UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

16 lines (14 loc) 251 B
export interface SdkVersions { /** * The version of the react-native SDK. * * @public */ readonly rn: string; /** * The version of the native SDK dependency, if that applies. * * @public */ readonly native?: string; }