UNPKG

@prosperitainova/dumbo-react-native

Version:
9 lines (8 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.modalPresentations = void 0; /** The modal presentations to support for iOS */ const modalPresentations = exports.modalPresentations = ['portrait', 'portrait-upside-down', 'landscape', 'landscape-left', 'landscape-right']; //# sourceMappingURL=constants.js.map