ASAsta Silvainastasilva.hashnode.dev·Sep 7 · 12 min readHow to Fix Expo Doctor Errors in ExpoIf you work with Expo long enough, you will probably run into expo-doctor. You run: npx expo-doctor and instead of everything being green, you get something like: ✖ Check Expo config ✖ Check dependen00
ASAsta Silvainastasilva.hashnode.dev·Aug 28 · 12 min readHow to Fix “Unable to Resolve Module” Errors in React Native and ExpoHow to Fix “Unable to Resolve Module” Errors in React Native and Expo If you have been working with React Native or Expo for a while, there is a good chance you have seen an error that looks something00
ASAsta Silvainastasilva.hashnode.dev·Aug 11 · 11 min readHow to Fix EAS Build Failed Errors in ExpoThere is a particular kind of Expo error that I think almost every developer eventually runs into. You make a change to your project, run your usual build command: eas build and instead of getting a 00
ASAsta Silvainastasilva.hashnode.dev·Aug 4 · 6 min readHow to Fix `Execution failed for task ':app:mergeDexDebug'` in React NativeYou make a small change to your React Native project, install a new package, or upgrade a dependency. Everything looks fine until you try to build your Android app. Then Gradle stops with something li00
ASAsta Silvainastasilva.hashnode.dev·Jul 23 · 6 min readHow to Fix "Duplicate class ... found in modules" in React Native & ExpoIf you've been developing with React Native or Expo for a while, chances are you've had a project that suddenly refuses to build for what seems like no reason. Maybe you installed a new package. Maybe00