react-native-svg icon indicating copy to clipboard operation
react-native-svg copied to clipboard

Getting error on xcode: E0417 11:59:42.232448 1802006528 conversions.h:1156] react_native_expect failure: value.hasType<std::vector<RawValue>>()

Open Shyam-Khokhariya opened this issue 1 year ago • 1 comments

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

  1. Create new project with react native 0.78
  2. Add react native svg and react native svg transformer
  3. 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

Shyam-Khokhariya avatar Apr 17 '25 06:04 Shyam-Khokhariya

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?

github-actions[bot] avatar Apr 17 '25 06:04 github-actions[bot]

+1

rahulnainwalttn avatar Nov 13 '25 11:11 rahulnainwalttn

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.

jakex7 avatar Nov 14 '25 13:11 jakex7