Tổng đài tư vấn: 033 688 8648
Hotline: 039 511 6390
react native react-native-dotenv error
Mở file label.config.js khai báo như sau
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
['react-native-reanimated/plugin'],
["module:react-native-dotenv", {
"moduleName": "@env",
"path": ".env",
"blacklist": null,
"whitelist": null,
"safe": false,
"allowUndefined": true
}]
]
};
Gọi biến môi trường
import {DEV_BACKEND_URL, PROD_BACKEND_URL} from '@env';