1"use strict"; 2Object.defineProperty(exports, "__esModule", { value: true }); 3// We only need to fork on native to support any prefixes. 4const native_1 = require("@react-navigation/native"); 5exports.default = native_1.NavigationContainer; 6//# sourceMappingURL=NavigationContainer.js.map