Запитання 14
Which approach is recommended for handling environment-specific configuration in React Native projects?
Варіанти відповідей
Hardcoding all API URLs in the source code
Using react-native-config to load .env files for different environments
Using global variables without environment separation
Editing source code manually before each build