export const ENV = { API_URL: __DEV__ ? 'http://dev-api.example.com' : 'https://api.example.com', APP_NAME: 'PdaRnTemplate', VERSION: '1.0.0', };