react-native-video
Advanced tools
Comparing version 0.4.10 to 0.4.11
{ | ||
"name": "react-native-video", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "A <Video /> element for react-native", | ||
@@ -5,0 +5,0 @@ "main": "Video.ios.js", |
@@ -102,5 +102,5 @@ var React = require('react-native'); | ||
}, | ||
onLoad: this._onLoad, | ||
onProgress: this._onProgress, | ||
onEnd: this._onEnd, | ||
onVideoLoad: this._onLoad, | ||
onVideoProgress: this._onProgress, | ||
onVideoEnd: this._onEnd, | ||
}); | ||
@@ -107,0 +107,0 @@ |
Sorry, the diff of this file is not supported yet
47939