admin管理员组

文章数量:1278914

I am facing a build issue in React Native version 0.78, specifically with react-native-svg. The build fails with the following error:

C++ build system [build] failed while executing

I installed react-native-svg in my React Native 0.78 project and expected it to build successfully.

Actual Result: The build failed with the C++ build system error

How can I resolve this issue? Is react-native-svg compatible with React Native 0.78?

I am facing a build issue in React Native version 0.78, specifically with react-native-svg. The build fails with the following error:

C++ build system [build] failed while executing

I installed react-native-svg in my React Native 0.78 project and expected it to build successfully.

Actual Result: The build failed with the C++ build system error

How can I resolve this issue? Is react-native-svg compatible with React Native 0.78?

Share Improve this question edited Feb 24 at 12:20 Milan Detruja asked Feb 24 at 12:20 Milan DetrujaMilan Detruja 32 bronze badges 2
  • Have you seen github/software-mansion/… ? – tevemadar Commented Feb 24 at 13:32
  • just created a blank project with react native 0.78 and installed the react-native-svg version 15.11.2 , without any issue . – nazmul Commented Feb 24 at 15:28
Add a comment  | 

1 Answer 1

Reset to default 0

you can resolve this issue with add this version of react-native-reanimated: 3.17.0, this is new version of react-native-reanimated

本文标签: React Native 078 Build Failure C Build System Error with reactnativesvgStack Overflow