How to fix this error "You need Java 11 or higher to build your app"
The Fix is so easy, You don't need to update your android studio version or change SDK.
Just change the Gradle version to an older version
4.1.0 would work perfectly for you
go to android/build.gradle (on the project level)
change this to 4.1.0
You Can Watch a Video