UNPKG

expo-router

Version:

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

6 lines (5 loc) 207 B
// Ignore root `./+html.js` and API route files `./generate+api.tsx`. module.exports = { EXPO_ROUTER_CTX_IGNORE: /^(?:\.\/)(?!(?:(?:(?:.*\+api)|(?:\+(html|native-intent))))\.[tj]sx?$).*\.[tj]sx?$/, };