Home
last modified time | relevance | path

Searched refs:core_1 (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-router/build/
H A Dprimitives.js5 const core_1 = require("@react-navigation/core"); constant
8 _a = (0, core_1.createNavigatorFactory)({})(), exports.Screen = _a.Screen, exports.Group = _a.Group;
/expo/packages/expo-router/build/fork/
H A DNavigationContainer.native.js31 const core_1 = require("@react-navigation/core"); constant
56 (0, core_1.validatePathConfig)(linking.config);
77 getStateFromPath: linking?.getStateFromPath ?? core_1.getStateFromPath,
78 getPathFromState: linking?.getPathFromState ?? core_1.getPathFromState,
79 … getActionFromState: linking?.getActionFromState ?? core_1.getActionFromState,
105 …React.createElement(core_1.BaseNavigationContainer, { ...rest, initialState: rest.initialState == …
H A DuseLinking.native.js30 const core_1 = require("@react-navigation/core"); constant
50 }, getStateFromPath = core_1.getStateFromPath, getActionFromState = core_1.getActionFromState, }) {
H A DgetPathFromState.js30 const core_1 = require("@react-navigation/core"); constant
111 (0, core_1.validatePathConfig)(options);
/expo/packages/expo-router/build/head/
H A DExpoHead.ios.js7 const core_1 = require("@react-navigation/core"); constant
145 const isFocused = (0, core_1.useIsFocused)();