UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

7 lines 332 B
export declare function parsePathAndParamsFromExpoGoLink(url: string): { pathname: string; queryString: string; }; export declare function parsePathFromExpoGoLink(url: string): string; export declare function extractExpoPathFromURL(_prefixes: string[], url?: string): string; //# sourceMappingURL=extractPathFromURL.d.ts.map