UNPKG

react-native-vimeo-iframe

Version:

React Native Vimeo Iframe is a library to render Vimeo videos in a React Native app. This component allows you to embed a Vimeo video in your app and have full access to the Vimeo player JS API (more information https://developer.vimeo.com/player/js-api).

4 lines (3 loc) 117 B
import React from 'react'; import { LayoutProps } from './types'; export declare const Vimeo: React.FC<LayoutProps>;