UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

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