ASAsta Silvainastasilva.hashnode.dev·11h ago · 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
ASAsta Silvainastasilva.hashnode.dev·Jul 16 · 5 min readHow to fix `global._getAnimationTimestamp is not a function` After Upgrading to Expo SDK 55I recently spent far more time than I'd like to admit chasing down a hard crash after upgrading a project from Expo SDK 54 to 55. The app launched fine. Navigation worked. Everything looked normal. Th00
ASAsta Silvainastasilva.hashnode.dev·Jul 9 · 3 min readHow to Fix: "Namespace not specified" Gradle 8 Error in React Native & ExpoFixing the "Namespace Not Specified" Error in React Native and Expo Android Builds If you recently upgraded a project to React Native 0.73+ or bumped your Expo SDK to version 50+, you may have run int00
ASAsta Silvainastasilva.hashnode.dev·Jul 6 · 3 min readHow to Fix Apple Silicon CocoaPods Errors Without Messy Terminal AliasesThe Crash You pull down a fresh React Native repo, or you upgrade your Expo project, navigate to your /ios directory, and run your standard installation command: pod install Instead of a clean build,00