victory icon indicating copy to clipboard operation
victory copied to clipboard

clash setOpacity(T,float) com.facebook.react.uimanager.BaseViewManager and com.facebook.react.viewmanagers.RNSVGCircleManagerInterface

Open lelsteph opened this issue 2 years ago • 6 comments

Hello

I need help, please bare with me if I do not correctly describe the problem, help me to complete what is missing :-(

Thanks for your help!

I have I guess some setup issues which I cannot resolve. After installation, trying to display a simple chart I get a set of errors:

Task :react-native-svg:compileDebugJavaWithJavac FAILED

...node_modules\react-native-svg\android\src\main\java\com\horcrux\svg\RenderableViewManager.java:1038: error: name clash: setOpacity(T,float) in com.facebook.react.uimanager.BaseViewManager and setOpacity(T,float) in com.facebook.react.viewmanagers.RNSVGCircleManagerInterface have the same erasure, yet neither overrides the other static class CircleViewManager extends RenderableViewManager<CircleView>

The code I use: <VictoryChart> <VictoryLine data={reArmerMeasures.map((measure: IReArmerMeasure) => { return { x: measure.rawTimeS / 60, y: measure.batteryTemperature, }; })} /> </VictoryChart>

Package.json { "name": "alarmapp", "version": "0.0.2", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { "@freakycoder/react-native-material-textfield": "^1.0.0", "@react-native-masked-view/masked-view": "^0.2.6", "@react-navigation/bottom-tabs": "^6.3.1", "@react-navigation/drawer": "^6.1.8", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", "@reduxjs/toolkit": "^1.7.1", "react": "17.0.2", "react-native": "0.66.4", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "^2.1.0", "react-native-linear-gradient": "^2.5.6", "react-native-network-logger": "^1.12.0", "react-native-popup-dialog": "^0.18.3", "react-native-reanimated": "2.3.1", "react-native-safe-area-context": "^3.3.2", "react-native-screens": "^3.10.1", "react-native-sensitive-info": "^6.0.0-alpha.9", "react-native-sha256": "^1.4.7", "react-native-svg": "^13.0.0", "react-native-vector-icons": "^9.0.0", "react-redux": "^7.2.6", "victory-native": "^36.6.3" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/chart.js": "^2.9.37", "@types/jest": "^26.0.23", "@types/react-native": "^0.66.4", "@types/react-native-popup-dialog": "^0.16.4", "@types/react-test-renderer": "^17.0.1", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "babel-jest": "^26.6.3", "eslint": "^7.14.0", "eslint-plugin-react": "^7.28.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.2", "react-test-renderer": "17.0.2", "reactotron-react-native": "^5.0.2", "typescript": "^4.4.4" }, "resolutions": { "@types/react": "^17" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }

lelsteph avatar Aug 20 '22 09:08 lelsteph

No clue?

lelsteph avatar Aug 27 '22 09:08 lelsteph

i got the same issue and it is prob related to "react-native-svg": "^13.0.0", the error even says Task :react-native-svg:compileDebugJavaWithJavac FAILED the link to the same issue for that lib. have no clue how to solve it, but at least i share what i found

additionally, there are older ones: here and here, but it didnt help me. if u do, please share the solution

hit-cod avatar Sep 07 '22 15:09 hit-cod

I upgraded my project (huge effort) to react native 0.70 and now everything is working.

lelsteph avatar Sep 18 '22 18:09 lelsteph

We were having build issues on AppCenter, but when runned assembleRelease locally was working pretty fine.

We solved by setting AppCenter build Java version to 11.

aleciogomes-sl avatar Oct 04 '22 22:10 aleciogomes-sl

just downgrade your package react-native-svg ..... now i am using "react-native-svg": "12.3.0" and my problem solve..

"react": "17.0.2", "react-native": "0.67.3", "react-native-svg": "12.3.0"

I think the problem was in letest version hope this helpful .

sajibsaha4647 avatar Nov 14 '22 08:11 sajibsaha4647

ran into the same issue, for the issue in my project, it turned out to be the JDK version, for working with react-native-svg: 13.9.0, it requires higher version than JDK 8. I changed JDK 8 to JDK 11, it fixed the problem. Hope this helps.

chinalwb avatar Aug 10 '23 03:08 chinalwb

This issue is stale because it has been open for 90 days with no activity. If there is no activity in the next 7 days, the issue will be closed.

github-actions[bot] avatar Feb 29 '24 12:02 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.

github-actions[bot] avatar Mar 07 '24 13:03 github-actions[bot]