ssap_app/node_modules/@react-navigation/elements/lib/commonjs/MaskedView.js

17 lines
308 B
JavaScript

"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(_ref) {
let {
children
} = _ref;
return children;
}
//# sourceMappingURL=MaskedView.js.map