You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this package in my Expo managed project.
When creating a build for Android using eas build -p android --profile development, the build fails with these logs:
...
> Task :react-native-hole-view:compileDebugKotlin FAILED
e: file:///home/expo/workingdir/build/project/node_modules/react-native-hole-view/android/src/main/java/com/ibitcy/react_native_hole_view/RNHoleView.kt:183:5 'onDraw' overrides nothing
e: file:///home/expo/workingdir/build/project/node_modules/react-native-hole-view/android/src/main/java/com/ibitcy/react_native_hole_view/RNHoleView.kt:184:22 Type mismatch: inferred type is Canvas? but Canvas was expected
e: file:///home/expo/workingdir/build/project/node_modules/react-native-hole-view/android/src/main/java/com/ibitcy/react_native_hole_view/RNHoleView.kt:190:5 'dispatchDraw' overrides nothing
e: file:///home/expo/workingdir/build/project/node_modules/react-native-hole-view/android/src/main/java/com/ibitcy/react_native_hole_view/RNHoleView.kt:191:28 Type mismatch: inferred type is Canvas? but Canvas was expected
...
...
...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-hole-view:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
Any suggestions as to how to fix this?
The text was updated successfully, but these errors were encountered:
I am using this package in my Expo managed project.
When creating a build for Android using
eas build -p android --profile development
, the build fails with these logs:Any suggestions as to how to fix this?
The text was updated successfully, but these errors were encountered: