react-native-video
Version:
A <Video /> element for react-native
9 lines • 315 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var Orientation;
(function (Orientation) {
Orientation["PORTRAIT"] = "portrait";
Orientation["LANDSCAPE"] = "landscape";
})(Orientation || (Orientation = {}));
exports.default = Orientation;
//# sourceMappingURL=Orientation.js.map
;