UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

14 lines (12 loc) 202 B
const host = 'exp.host'; const origin = `https://${host}`; const websiteOrigin = 'https://expo.io'; export default { api: { host, origin, }, website: { origin: websiteOrigin, }, };