export const isDev = process.env.__DEV__ === 'true'; export const isProduction = !isDev;