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.
1 parent 8ad5261 commit 48a776dCopy full SHA for 48a776d
android/build.gradle
@@ -78,7 +78,7 @@ if (expoProject) {
78
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
79
apply from: expoModulesCorePlugin
80
applyKotlinExpoModulesCorePlugin()
81
- useExpoPublishing()
+ // useExpoPublishing()
82
useCoreDependencies()
83
} else {
84
group = 'cn.reactnative.modules.update'
@@ -148,7 +148,6 @@ repositories {
148
dependencies {
149
implementation 'com.facebook.react:react-native:+'
150
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
151
- implementation 'com.jakewharton:process-phoenix:3.0.0'
152
}
153
if (isNewArchitectureEnabled()) {
154
react {
0 commit comments