0.1.2 • Published 6 months ago

react-native-video-duration v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

react-native-video-duration

Retrieve the video duration on iOS and Android platforms by specifying the file path.

Installation

npm install react-native-video-duration

Usage

import { getVideoDuration } from 'react-native-video-duration';

// ...

const result = await getVideoDuration("Video URL path");
// Return video duration in "seconds"

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.2

6 months ago

0.1.1

6 months ago