@deeplink-devtools/adapter-expo-router
v0.1.0
Published
Builds a normalized deep-link route table from an Expo Router app directory.
Maintainers
Readme
@deeplink-devtools/adapter-expo-router
Builds a RouteTable
from an Expo Router app/ directory. This is the adapter the rndl CLI uses for Expo Router
projects; you rarely need it directly.
It understands every Expo Router file convention (dynamic segments, catch-alls, groups including
array syntax, platform-specific variants, +not-found, +api, +html, +native-intent,
+middleware) and warns, never crashes, on conventions it does not recognize.
Install
npm install @deeplink-devtools/adapter-expo-routerUsage
import { buildRouteTable } from '@deeplink-devtools/adapter-expo-router';
const { table, diagnostics } = buildRouteTable('src/app');Full documentation lives at vengalath.com/npm/react-native-deeplink-devtools. See the root README for the full toolkit.
