| /expo/docs/pages/router/reference/ |
| H A D | redirects.mdx | 3 description: Learn how redirect URLs in Expo Router. 7 You can redirect a request to a different URL based on some in-app criteria. Expo Router supports a… 11 You can immediately redirect from a particular screen by using the `Redirect` component: 38 You can also redirect imperatively with the `useRouter` hook: 48 // Call the replace method to redirect to a new route without adding to the history. 49 // We do this in a useFocusEffect to ensure the redirect happens every time the screen
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | RuntimeRedirectMiddleware.ts | 49 const redirect = this.options.getLocation({ runtime }); constant 50 if (!redirect) { 58 debug('Redirect ->', redirect); 59 res.setHeader('Location', redirect);
|
| /expo/docs/pages/distribution/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/distribution/introduction');
|
| /expo/docs/pages/eas-insights/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/eas-insights/introduction');
|
| /expo/docs/pages/versions/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/versions/latest/');
|
| /expo/docs/pages/config-plugins/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/config-plugins/introduction/');
|
| /expo/docs/pages/debugging/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/debugging/runtime-issues/');
|
| /expo/docs/pages/push-notifications/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/push-notifications/overview/');
|
| /expo/docs/pages/deploy/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/deploy/build-project/');
|
| /expo/docs/pages/regulatory-compliance/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/regulatory-compliance/data-and-privacy-protection/');
|
| /expo/docs/pages/tutorial/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/tutorial/introduction/');
|
| /expo/docs/pages/preview/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/preview/introduction/');
|
| /expo/docs/pages/submit/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/submit/introduction');
|
| /expo/docs/pages/get-started/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/get-started/installation/');
|
| /expo/docs/pages/modules/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/modules/overview');
|
| /expo/docs/pages/eas-update/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/eas-update/introduction');
|
| /expo/docs/pages/develop/ |
| H A D | index.js | 1 import redirect from '~/common/redirect'; 3 export default redirect('/develop/development-builds/introduction');
|
| /expo/docs/common/ |
| H A D | redirect.tsx | 3 const redirect = (destination: string) => { 11 export default redirect;
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/react/activitydelegates/ |
| H A D | DevLauncherReactActivityRedirectDelegate.kt | 10 private val redirect: (Intent?) -> Unit constant 16 redirect(plainActivity.intent) in onCreate()
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | auth-session.mdx | 45 '$ npx uri-scheme open mycoolredirect://some/redirect', 47 cmdCopy="yarn android && yarn ios && npx uri-scheme open mycoolredirect://some/redirect" 72 …redirect back to the application by redirecting to URL provided by the app in the query parameters… 73 - **App handles redirect**: the redirect is handled by the app and data is parsed from the redirect… 109 - Defaults to using the bundle ID and package name for the native URI redirect instead of the rever… 143 - The URI redirect must be added to your **app.config.js** or **app.json** as `facebookScheme: 'fb<… 186 const redirect = (response, url) => { 200 // redirect user to the authUrl 201 redirect(response, decodeURIComponent(parameters.authServiceUrl)); 205 // redirect response from the auth service to your application [all …]
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | auth-session.mdx | 46 '$ npx uri-scheme open mycoolredirect://some/redirect', 74 …redirect back to the application by redirecting to URL provided by the app in the query parameters… 75 - **App handles redirect**: the redirect is handled by the app and data is parsed from the redirect… 111 - Defaults to using the bundle ID and package name for the native URI redirect instead of the rever… 122 …ssionRedirectUriOptions`)** - Optional properties used to construct the redirect URI (passed to `m… 145 - The URI redirect must be added to your **app.config.js** or **app.json** as `facebookScheme: 'fb<… 186 const redirect = (response, url) => { 200 // redirect user to the authUrl 201 redirect(response, decodeURIComponent(parameters.authServiceUrl)); 205 // redirect response from the auth service to your application [all …]
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | auth-session.mdx | 46 '$ npx uri-scheme open mycoolredirect://some/redirect', 74 …redirect back to the application by redirecting to URL provided by the app in the query parameters… 75 - **App handles redirect**: the redirect is handled by the app and data is parsed from the redirect… 104 - Defaults to using the bundle ID and package name for the native URI redirect instead of the rever… 115 …ssionRedirectUriOptions`)** - Optional properties used to construct the redirect URI (passed to `m… 138 - The URI redirect must be added to your **app.config.js** or **app.json** as `facebookScheme: 'fb<… 181 const redirect = (response, url) => { 195 // redirect user to the authUrl 196 redirect(response, decodeURIComponent(parameters.authServiceUrl)); 200 // redirect response from the auth service to your application [all …]
|
| /expo/packages/expo-auth-session/build/ |
| H A D | AuthSession.js.map | 1 …redirect to. For example: `https://auth.expo.io/@your-username/your-app-slug`. You can pass an add…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | auth-session.mdx | 46 '$ npx uri-scheme open mycoolredirect://some/redirect', 73 … in page usually includes information to identify the app, and a URL to redirect to on success. _N… 74 …redirect back to the application by redirecting to URL provided by the app in the query parameters… 75 - **App handles redirect**: the redirect is handled by the app and data is parsed from the redirect… 110 - Defaults to using the bundle ID and package name for the native URI redirect instead of the rever… 121 …ssionRedirectUriOptions`)** - Optional properties used to construct the redirect URI (passed to `m… 145 - The URI redirect must be added to your **app.config.js** or **app.json** as `facebookScheme: 'fb<… 156 …ssionRedirectUriOptions`)** - Optional properties used to construct the redirect URI (passed to `m…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | auth-session.mdx | 46 '$ npx uri-scheme open mycoolredirect://some/redirect', 73 … in page usually includes information to identify the app, and a URL to redirect to on success. _N… 74 …redirect back to the application by redirecting to URL provided by the app in the query parameters… 75 - **App handles redirect**: the redirect is handled by the app and data is parsed from the redirect… 110 - Defaults to using the bundle ID and package name for the native URI redirect instead of the rever… 121 …ssionRedirectUriOptions`)** - Optional properties used to construct the redirect URI (passed to `m… 145 - The URI redirect must be added to your **app.config.js** or **app.json** as `facebookScheme: 'fb<… 156 …ssionRedirectUriOptions`)** - Optional properties used to construct the redirect URI (passed to `m…
|