UNPKG

@expo/cli

Version:
10 lines (8 loc) 266 B
// Learn more https://docs.expo.dev/router/advanced/native-intent/ export async function redirectSystemPath(intent: { path: string; initial: boolean; }): Promise<string> { // Manipulate the path before returning to redirect on native. return intent.path; }