We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0598714 + a10b8b4 commit a0f1983Copy full SHA for a0f1983
android/build.gradle
@@ -99,16 +99,6 @@ dependencies {
99
implementation("com.sendbird.sdk:sendbird-calls:1.11.10")
100
}
101
102
-
103
-// if (isNewArchitectureEnabled()) {
104
-// https://reactnative.dev/docs/new-architecture-library-android#1-configure-codegen-in-your-gradle-file
105
-// react {
106
-// libraryName = "rnsendbirdcalls"
107
-// codegenJavaPackageName = "com.sendbird.calls.reactnative"
108
-// jsRootDir = file("../src/")
109
-// }
110
111
112
ReactNative.shared.applyPackageVersion()
113
ReactNative.shared.applyDefaultExcludes()
114
ReactNative.module.applyAndroidVersions()
0 commit comments