Home
last modified time | relevance | path

Searched refs:native_1 (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DNavigationContainer.js4 const native_1 = require("@react-navigation/native"); constant
5 exports.default = native_1.NavigationContainer;
H A DNavigationContainer.native.js32 const native_1 = require("@react-navigation/native"); constant
53 function NavigationContainerInner({ theme = native_1.DefaultTheme, linking, fallback = null, docume…
103 return (React.createElement(native_1.LinkingContext.Provider, { value: linkingContext },
104 React.createElement(native_1.ThemeProvider, { value: theme },
/expo/packages/expo-router/build/
H A DgetLinkingConfig.js4 const native_1 = require("@react-navigation/native"); constant
33 getActionFromState: native_1.getActionFromState,
H A DuseNavigation.js7 const native_1 = require("@react-navigation/native"); constant
17 const navigation = (0, native_1.useNavigation)();
H A Dhooks.js7 const native_1 = require("@react-navigation/native"); constant
93 const route = react_1.default.useContext(native_1.NavigationRouteContext);
/expo/packages/expo-router/build/link/
H A DuseLoadedNavigation.js4 const native_1 = require("@react-navigation/native"); constant
10 const navigation = (0, native_1.useNavigation)();
/expo/packages/expo-router/build/views/
H A DNavigator.js27 const native_1 = require("@react-navigation/native"); constant
55 …initialRouteName, screenOptions, children, screens, contextKey, router = native_1.StackRouter, }) {
56 …const { state, navigation, descriptors, NavigationContent } = (0, native_1.useNavigationBuilder)(r…
/expo/packages/expo-router/build/static/
H A DrenderStaticContent.js37 const native_1 = require("@react-navigation/native"); constant
92 react_1.default.createElement(native_1.ServerContainer, { ref: ref }, element)));
/expo/packages/expo-router/build/global-state/
H A Drouter-store.js4 const native_1 = require("@react-navigation/native"); constant
181 const navigationRef = (0, native_1.useNavigationContainerRef)();