A problem occurred evaluating project ':app'. > Cannot invoke method getAbsolutePath() on null object – React native
I am facing issue with the build in React Native. Unable to proceed further and no solution being found anywhere. Here is my build.gradle file import org.apache.tools.ant.taskdefs.condition.Os buildscript { ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31…