UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

13 lines (12 loc) 393 B
"use strict"; import { NativeModules } from 'react-native'; import * as manifest from '../../manifest.json'; export const sdkVersions = async () => { const rnVersionString = manifest.version ?? ''; const nativeVersionString = await NativeModules.THEORCTPlayerModule.version(); return { rn: rnVersionString, native: nativeVersionString }; }; //# sourceMappingURL=Version.js.map