So, I just created a reciprocal native project using the command
react-native init "project-name"
I went to the build.gradle build level to enable firebase, and I had an error saying that it could not resolve the “android” character in the line
import com.android.build.OutputFile
However, he found that “Android infrastructure is detected in the project, click to configure”, so I did it, but then he said that he couldn’t allow the creation of a character in one line, I have no idea why he says it like I did the project is the same as before, and never had this problem, any ideas?
source
share