mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
'use strict';
|
|
|
|
var warning = require('warning');
|
|
|
|
var Video = {
|
|
test: function() {
|
|
warning("Not yet implemented for Android.");
|
|
}
|
|
};
|
|
|
|
module.exports = Video;
|