react-native-screens
Version:
Native navigation primitives for your React Native app.
13 lines (12 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ScrollToTopGuard", {
enumerable: true,
get: function () {
return _ScrollToTopGuard.ScrollToTopGuard;
}
});
var _ScrollToTopGuard = require("./ScrollToTopGuard");
//# sourceMappingURL=index.js.map