@benjipt/expo-video-pip-hooks
Version:
A cross-platform, performant video component for React Native and Expo with Web support
10 lines • 650 B
TypeScript
import { VideoAirPlayButtonProps } from './VideoAirPlayButton.types';
/**
* A view displaying the [`AVRoutePickerView`](https://developer.apple.com/documentation/avkit/avroutepickerview). Shows a button, when pressed, an AirPlay device picker shows up, allowing users to stream the currently playing video
* to any available AirPlay sink.
*
* > When using this view, make sure that the [`allowsExternalPlayback`](#allowsexternalplayback) player property is set to `true`.
* @platform ios
*/
export default function VideoAirPlayButton(props: VideoAirPlayButtonProps): import("react").JSX.Element;
//# sourceMappingURL=VideoAirPlayButton.d.ts.map