react-native-unity-view
react-native-unity-view copied to clipboard
Android - Could not resolve project :UnityExport
Unity: 2019.4.23f1 React-native: 0.63.4
I run application in ios is ok. but on android i face this issue.

my build.gradle

settings.gradle

UnityExport/build.gradle

Any help, please.
Have you tried this solution #22?
try this
include ":UnityExport"
project(":UnityExport").projectDir = new File('..\\android\\UnityExport\\unityLibrary')
flatDir {
dirs "${project(':UnityExport').projectDir}/libs"
}