Searched refs:native_1 (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-router/build/fork/ |
| H A D | NavigationContainer.js | 4 const native_1 = require("@react-navigation/native"); constant 5 exports.default = native_1.NavigationContainer;
|
| H A D | NavigationContainer.native.js | 32 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 D | getLinkingConfig.js | 4 const native_1 = require("@react-navigation/native"); constant 33 getActionFromState: native_1.getActionFromState,
|
| H A D | useNavigation.js | 7 const native_1 = require("@react-navigation/native"); constant 17 const navigation = (0, native_1.useNavigation)();
|
| H A D | hooks.js | 7 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 D | useLoadedNavigation.js | 4 const native_1 = require("@react-navigation/native"); constant 10 const navigation = (0, native_1.useNavigation)();
|
| /expo/packages/expo-router/build/views/ |
| H A D | Navigator.js | 27 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 D | renderStaticContent.js | 37 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 D | router-store.js | 4 const native_1 = require("@react-navigation/native"); constant 181 const navigationRef = (0, native_1.useNavigationContainerRef)();
|