UNPKG

react-navigation-stack

Version:
16 lines (14 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = MaskedView; /** * Use a stub for MaskedView on all Platforms that don't support it. */ function MaskedView({ children }) { return children; } //# sourceMappingURL=MaskedView.js.map