UNPKG

expo-router

Version:

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

7 lines (6 loc) 208 B
export const ctx = require.context( process.env.EXPO_ROUTER_APP_ROOT, true, /^(?:\.\/)(?!(?:(?:(?:.*\+api)|(?:\+html)))\.[tj]sx?$).*(?:\.ios|\.web)?\.[tj]sx?$/, process.env.EXPO_ROUTER_IMPORT_MODE );