react-native-video
Advanced tools
Comparing version 4.0.0 to 4.0.1
## Changelog | ||
### Version 4.0.1 | ||
* Add missing files to package.json [#1342](https://github.com/react-native-community/react-native-video/pull/1342) | ||
### Version 4.0.0 | ||
@@ -4,0 +7,0 @@ * Partial support for timed metadata on Android MediaPlayer [#707](https://github.com/react-native-community/react-native-video/pull/707) |
{ | ||
"name": "react-native-video", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A <Video /> element for react-native", | ||
@@ -52,8 +52,10 @@ "main": "Video.js", | ||
"android", | ||
"dom", | ||
"ios", | ||
"windows", | ||
"FilterType.js", | ||
"TextTrackType.js", | ||
"react-native-video.podspec", | ||
"VideoResizeMode.js" | ||
"VideoResizeMode.js", | ||
"react-native-video.podspec" | ||
] | ||
} |
386239
73
4150