react-native-image-marker icon indicating copy to clipboard operation
react-native-image-marker copied to clipboard

Expo EAS Build Failed - Task :react-native-image-marker:compileReleaseKotlin FAILED

Open mubasherkhizer opened this issue 7 months ago • 2 comments

file:///home/expo/workingdir/build/node_modules/react-native-image-marker/android/src/main/java/com/jimmydaddy/imagemarker/base/MarkTextOptions.kt:15:41 Argument type mismatch: actual type is 'com.facebook.react.bridge.ReadableMap?', but 'com.facebook.react.bridge.ReadableMap'

EAS build is failing with the latest version 1.2.6 of react-native-image-marker

My Expo Project Details are

"react": "19.0.0" "react-native": "0.79.2" "react-native-image-marker": "1.2.6"

Image

mubasherkhizer avatar May 19 '25 06:05 mubasherkhizer

after the upgrade to: "expo": "53.0.9" "react": "19.0.0" "react-native": "0.79.2" "react-native-image-marker": "1.2.6"

I have exactly the same problem

+1 for the fix please, thank you very much in advance.

marsakt avatar Jun 04 '25 19:06 marsakt

here is the "workaround", but not applicable for expo build, patch has to be created for that check this comment

marsakt avatar Jun 04 '25 19:06 marsakt

fixed by https://github.com/JimmyDaddy/react-native-image-marker/pull/248

JimmyDaddy avatar Nov 20 '25 07:11 JimmyDaddy