You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Unable to resolve module 'fs' from 'node_modules/react-native-dotenv/index.js'
Solution: do not use fs for this. Also make sure you double check the migration guide, especially make sure all import { xxx } from 'react-native-dotenv'; are changed to import { xxx } from '@env';