RN TroubleShooting: > Task :app:mergeDexDebug FAILED react native android run 시, 발생하는 에러 정리 글입니다. 에러 로그는 다음과 같습니다. > Task :app:mergeDexDebug FAILED 해결방법은 multi dex enable 하면 됩니다. At Path android/app/build.gradle defaultConfig { multiDexEnabled true //Add this line } This works for me. Mobile 개발/RN(React Native) 2020.11.05