UNPKG

expo-transparent-video

Version:

An Android transparent video component for React Native and Expo.

5 lines 266 B
import { requireNativeModule } from 'expo-modules-core'; import { Platform } from "react-native"; const module = Platform.OS === "android" ? requireNativeModule('ExpoTransparentVideo') : undefined; export default module; //# sourceMappingURL=NativeVideoModule.js.map