We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Problem: Unknown option: .name
Unknown option: .name
Solution: in your babel config, take the module out of presets and put in plugins
presets
plugins
Problem: Unable to resolve module@envfromsrc/utils/Environment/util.ts: @env could not be found within the project.
Unable to resolve module@envfromsrc/utils/Environment/util.ts: @env could not be found within the project.
https://github.com/facebook/react-native/issues/29351#issuecomment-657929014
Problem: Unable to resolve module 'fs' from 'node_modules/react-native-dotenv/index.js'
Unable to resolve module 'fs' from 'node_modules/react-native-dotenv/index.js'
Solution: do not use fs for this. Make sure you double check the migration guide
fs
Sentry has its own non-standard dotenv system that overrides other dotenv libraries. You'll need to set SENTRY_LOAD_DOTENV=0 https://docs.sentry.io/product/cli/configuration/
SENTRY_LOAD_DOTENV=0