Getting error on xcode: E0417 11:59:42.232448 1802006528 conversions.h:1156] react_native_expect failure: value.hasType<std::vector<RawValue>>()
Description
I am using [email protected] and trying to import the svg image as component in my files. It load on ui completely fine but I see this log on my xcode terminal. I i remove the icon I don't see any error.
Error on terminal: E0417 11:59:42.232448 1802006528 conversions.h:1156] react_native_expect failure: value.hasType<std::vector<RawValue>>()
My react-native version is "react-native": "^0.78.0", I am also using "react-native-svg-transformer": "^1.5.0",
Steps to reproduce
- Create new project with react native 0.78
- Add react native svg and react native svg transformer
- Import svg component to it.
Snack or a link to a repository
https://github.com/chess-x/chessx-mobile-client/
SVG version
15.11.2
React Native version
0.78.0
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
+1
According to the compatibility table in the README: https://github.com/software-mansion/react-native-svg#supported-react-native-versions
To work with [email protected], you need to use react-native-svg version 15.13.0 or higher.