first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

7
node_modules/expo-router/build/internal/routing.d.ts generated vendored Normal file
View File

@@ -0,0 +1,7 @@
export { getReactNavigationConfig } from '../getReactNavigationConfig';
export { getRoutes, getExactRoutes, type Options as GetRoutesOptions } from '../getRoutes';
export { extrapolateGroups, generateDynamic, getRoutes as getRoutesCore, type Options as GetRoutesCoreOptions, type RewriteConfig, } from '../getRoutesCore';
export { getContextKey, isTypedRoute, matchGroupName, removeSupportedExtensions, stripGroupSegmentsFromPath, } from '../matchers';
export type { DynamicConvention, RouteNode } from '../Route';
export { sortRoutes } from '../sortRoutes';
//# sourceMappingURL=routing.d.ts.map