| /expo/packages/expo-router/build/global-state/ |
| H A D | routing.js | 26 exports.linkTo = exports.setParams = exports.canGoBack = exports.goBack = exports.replace = exports… 44 function goBack() { function 46 this.navigationRef?.current?.goBack(); 48 exports.goBack = goBack; 80 navigationRef.goBack();
|
| H A D | routing.d.ts | 5 export declare function goBack(this: RouterStore): void;
|
| H A D | router-store.d.ts | 28 goBack: any;
|
| H A D | router-store.js | 34 goBack = routing_1.goBack.bind(this); field in RouterStore
|
| /expo/packages/expo-router/src/global-state/ |
| H A D | routing.ts | 26 export function goBack(this: RouterStore) { function 28 this.navigationRef?.current?.goBack(); 68 navigationRef.goBack();
|
| H A D | router-store.tsx | 8 import { canGoBack, goBack, linkTo, push, replace, setParams } from './routing'; 44 goBack = goBack.bind(this);
|
| /expo/packages/expo-router/src/ |
| H A D | imperative-api.ts | 7 back: () => store.goBack(),
|
| H A D | hooks.ts | 25 back: store.goBack,
|
| /expo/packages/expo-router/build/ |
| H A D | imperative-api.js | 8 back: () => router_store_1.store.goBack(),
|
| H A D | hooks.js | 25 back: router_store_1.store.goBack,
|
| H A D | imperative-api.js.map | 1 …h(href),\n replace: (href) => store.replace(href),\n back: () => store.goBack(),\n canGoBack: (…
|
| /expo/apps/native-component-list/src/screens/MediaLibrary/ |
| H A D | MediaDetailsScreen.tsx | 39 goBack() { 46 navigation.goBack(); 53 this.goBack(); 80 this.goBack();
|
| /expo/apps/native-component-list/src/components/ |
| H A D | SearchBar.ios.tsx | 49 onCancelPress?: (goBack: () => void) => void; 100 onCancelPress(navigation.goBack); 102 navigation.goBack();
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | SafeAreaContextScreen.tsx | 44 <Button title="Go back to APIs" onPress={() => navigation.goBack()} /> 62 <Button title="Go back to APIs" onPress={() => navigation.goBack()} />
|
| H A D | SearchScreen.tsx | 48 onPress={() => navigation.goBack()}
|
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | UserProfileScreen.test.tsx | 17 goBack: jest.fn(), 54 mockNavigation.goBack.mockClear(); 113 expect(mockNavigation.goBack).not.toHaveBeenCalled(); 117 expect(mockNavigation.goBack).toHaveBeenCalledTimes(1);
|
| /expo/home/screens/AccountModal/ |
| H A D | ModalHeader.tsx | 20 onPress={() => navigation.goBack()}>
|
| H A D | LoggedInAccountView.tsx | 61 navigation.goBack();
|
| /expo/packages/expo-router/build/views/ |
| H A D | Navigator.d.ts | 115 goBack(): void; 212 goBack(): void;
|
| /expo/home/screens/ |
| H A D | QRCodeScreen.tsx | 74 props.navigation.goBack();
|
| /expo/ios/vendored/sdk48/react-native-webview/apple/ |
| H A D | ABI48_0_0RNCWebView.h | 110 - (void)goBack;
|
| H A D | ABI48_0_0RNCWebViewManager.m | 207 ABI48_0_0RCT_EXPORT_METHOD(goBack:(nonnull NSNumber *)ABI48_0_0ReactTag) category 214 [view goBack];
|
| /expo/ios/vendored/sdk47/react-native-webview/apple/ |
| H A D | ABI47_0_0RNCWebView.h | 110 - (void)goBack;
|
| H A D | ABI47_0_0RNCWebViewManager.m | 207 ABI47_0_0RCT_EXPORT_METHOD(goBack:(nonnull NSNumber *)ABI47_0_0ReactTag) category 214 [view goBack];
|
| /expo/docs/pages/router/advanced/ |
| H A D | modals.mdx | 71 {/* Use `../` as a simple way to navigate to the root. This is not analogous to "goBack". */}
|