mirror of
https://github.com/status-im/react-native-config.git
synced 2025-03-01 07:20:42 +00:00
`getCurrentFlavor` is returning flavor in lower case but `loadDotEnv` just compare flavor with the key in `envConfigFiles` directly Example: If the flavor named as `tempRelease`, `getCurrentFlavor` will return `temprelease` and the comparison will be failed