UNPKG

react-native-media-controls

Version:

A sweet UI component to manipulate your media. Strongly typed using Typescript.

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