Closed akkadaya closed 1 year ago
I had custom configurations in build.gradle
which was affecting the com.facebook.react:react-native
dependency
Will close the issue
@akkadaya Can you share what custom configuration was the problem? I'm seeing this same error
@akkadaya @TheAlmightyBob what was the build.gradle
configurations affecting it? Thanks!
@akkadaya Can you share what custom configuration was the problem? I'm seeing this same error. Is this error related to next part in build.gradle?
exclusiveContent {
filter {
includeGroup "com.facebook.react"
}
forRepository {
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
}
If yes, what could be done, if i need to keep that part of code in build.gradle?
Describe the bug I can't build React Native Android app after installing LaunchDarkly SDK
To reproduce Run
Expected behavior Build Android app successfully
Logs
SDK version the latest
Language version, developer tools
OS/platform MacOS 13.2