UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

14 lines (13 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Screen = Screen; /** * Empty component used for specifying route configuration. */ function Screen(_) { /* istanbul ignore next */ return null; } //# sourceMappingURL=Screen.js.map