UNPKG

react-native-video-basic-controls

Version:

Controls for the React Native <Video> component at react-native-video.

8 lines (6 loc) 92 B
enum PLAYER_STATES { PLAYING = 0, PAUSED = 1, ENDED = 2, } export { PLAYER_STATES };