react-native-multiple-modals
Version:
Native implementation with the ability to display multiple Modals
19 lines (18 loc) • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DismissalSource", {
enumerable: true,
get: function () {
return _ModalView.DismissalSource;
}
});
Object.defineProperty(exports, "ModalView", {
enumerable: true,
get: function () {
return _ModalView.ModalView;
}
});
var _ModalView = require("./ModalView");
//# sourceMappingURL=index.js.map