UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

13 lines (11 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = MaskedView; function MaskedView({ children }) { return children; } //# sourceMappingURL=MaskedView.js.map