UNPKG

react-native-true-sight

Version:

A cross-platform video player with customizable controls for React Native.

9 lines (8 loc) 257 B
export declare function useVideoState(shouldAutoStart: boolean): { videoLoading: boolean; videoPaused: boolean; setVideoPlaying: () => void; setVideoPaused: () => void; setVideoLoading: () => void; setVideoNotLoading: () => void; };