UNPKG

react-native-video-basic-controls

Version:

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

5 lines 192 B
import MediaControls from './MediaControls'; import { PLAYER_STATES } from './constants/playerStates'; export { PLAYER_STATES }; export default MediaControls; //# sourceMappingURL=index.js.map