TeoMatthew
TeoMatthew
have you found a way to solve this error?
Have you find a solution for this issue? i have also this issue but with different versions (rn and ble-manager)
I fixed the problem temporarily by patching `expo-modules-core/android/ExpoModulesCorePlugin.gradle`, adding the following line to `useExpoPublishing`: ``` ext.useExpoPublishing = { + if (!project.plugins.hasPlugin('maven-publish')) { + apply plugin: 'maven-publish' + } project.android {...
i have another issue with ExpoModulesPackageList.java: ``` > Task :expo:compileDebugKotlin w: file:///Users/matteo/Projects/sintesi-app-2/node_modules/expo/android/src/main/java/expo/modules/ReactActivityDelegateWrapper.kt:139:50 No cast needed > Task :expo:compileDebugJavaWithJavac FAILED /Users/matteo/Projects/sintesi-app-2/node_modules/expo/android/build/generated/expo/src/main/java/expo/modules/ExpoModulesPackageList.java:46: error: cannot find symbol expo.modules.sintesiappgraphview.SintesiAppGraphViewModule.class ^ symbol: class SintesiAppGraphViewModule location:...
when this pr will be released?
@alex-freeaim the pr is merged but no new release was made after the merge 😐