UNPKG

expo-router

Version:

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

8 lines (7 loc) 161 B
/** Optionally import `app/+html.js` file. */ export const ctx = require.context( process.env.EXPO_ROUTER_APP_ROOT, false, /\+html\.[tj]sx?$/, 'sync' );