UNPKG

expo-router

Version:

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

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