Adding this to your android/app/build.gradle fixed the issue:
android/app/build.gradle
kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8 }